Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-45287 (GCVE-0-2023-45287)
Vulnerability from cvelistv5 – Published: 2023-12-05 16:18 – Updated: 2025-02-13 17:14- CWE-208 - Observable Timing Discrepancy
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/tls |
Affected:
0 , < 1.20.0
(semver)
|
{
"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": {
"epss": {
"cve": "CVE-2023-45287",
"date": "2026-06-04",
"epss": "0.00185",
"percentile": "0.40042"
},
"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\"}]}}"
}
}
MSRC_CVE-2023-45287
Vulnerability from csaf_microsoft - Published: 2023-12-01 08:00 - Updated: 2026-02-18 02:50| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 19778-17086 | — | ||
| Unresolved product id: 17375-17086 | — | ||
| Unresolved product id: 18156-17086 | — | ||
| Unresolved product id: 18157-17086 | — | ||
| Unresolved product id: 18158-17084 | — | ||
| Unresolved product id: 19785-17086 | — |
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-2 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-16 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-14 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-13 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17084-12 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 17086-1 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 17086-4 | — | ||
| Unresolved product id: 17084-11 | — | ||
| Unresolved product id: 17084-8 | — | ||
| Unresolved product id: 17086-5 | — | ||
| Unresolved product id: 17084-3 | — | ||
| Unresolved product id: 17084-6 | — | ||
| Unresolved product id: 17086-10 | — | ||
| Unresolved product id: 17086-9 | — | ||
| Unresolved product id: 17084-15 | — | ||
| Unresolved product id: 17084-7 | — |
| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"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": "2026-02-18T02:50:19.000Z",
"generator": {
"date": "2026-02-18T15:08:55.240Z",
"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."
},
{
"date": "2026-02-18T02:50:19.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
}
],
"status": "final",
"version": "2"
}
},
"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": "16"
}
},
{
"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": "13"
}
},
{
"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": "12"
}
},
{
"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": "14"
}
},
{
"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": "11"
}
},
{
"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 gcc 11.2.0-8",
"product": {
"name": "cbl2 gcc 11.2.0-8",
"product_id": "10"
}
},
{
"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": "15"
}
},
{
"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-11"
},
"product_reference": "11",
"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": "cbl2 gcc 11.2.0-8 as a component of CBL Mariner 2.0",
"product_id": "17086-10"
},
"product_reference": "10",
"relates_to_product_reference": "17086"
},
{
"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-16"
},
"product_reference": "16",
"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-14"
},
"product_reference": "14",
"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-13"
},
"product_reference": "13",
"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-12"
},
"product_reference": "12",
"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-15"
},
"product_reference": "15",
"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-10",
"17086-9",
"17084-15",
"17084-7"
]
},
{
"label": "vulnerable_code_not_present",
"product_ids": [
"17084-11"
]
}
],
"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-16",
"17086-14",
"17086-13",
"17084-12",
"17086-1"
],
"known_not_affected": [
"17086-4",
"17084-11",
"17084-8",
"17086-5",
"17084-3",
"17084-6",
"17086-10",
"17086-9",
"17084-15",
"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-16"
],
"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-14",
"17086-13",
"17084-12"
],
"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-16",
"17086-14",
"17086-13",
"17084-12",
"17086-1"
]
}
],
"title": "Before Go 1.20, the RSA based key exchange methods in crypto/tls may exhibit a timing side channel"
}
]
}
RHSA-2023:7200
Vulnerability from csaf_redhat - Published: 2024-02-27 22:49 - Updated: 2026-06-05 01:03A 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 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-greenboot-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-networking-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-olm-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-release-info-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:microshift-selinux-0:4.15.0-202402260721.p0.g799289b.assembly.4.15.0.el9.noarch | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat 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": "2026-06-05T01:03:06+00:00",
"generator": {
"date": "2026-06-05T01:03:06+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-05T01:03:06+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.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-2023:7201
Vulnerability from csaf_redhat - Published: 2024-02-27 22:34 - Updated: 2026-06-05 01:03A 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 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved 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 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch | — |
Workaround
|
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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved 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 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved 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 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-catatonit-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-debugsource-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-docker-3:4.4.1-21.rhaos4.15.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-gvproxy-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-plugins-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-remote-debuginfo-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:podman-tests-3:4.4.1-21.rhaos4.15.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debuginfo-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-debugsource-0:0.20.0-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:butane-redistributable-0:0.20.0-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debuginfo-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containernetworking-plugins-debugsource-1:1.4.0-1.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:containers-common-2:1-61.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-0:2.6.13-2.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:haproxy-debugsource-0:2.6.13-2.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:openshift4-aws-iso-0:4.15.0-202312250209.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-debuginfo-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:afterburn-dracut-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bootupd-debuginfo-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:bpftool-debuginfo-0:7.0.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-debugsource-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:buildah-tests-debuginfo-1:1.29.1-20.2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debuginfo-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:conmon-debugsource-3:2.1.7-1.2.rhaos4.14.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:container-selinux-3:2.228.1-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-bootinfra-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debuginfo-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-debugsource-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:coreos-installer-dracut-0:0.17.0-3.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debuginfo-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-o-debugsource-0:1.28.3-14.rhaos4.15.git33aabd8.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debuginfo-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:cri-tools-debugsource-0:1.28.0-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debuginfo-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:crun-debugsource-0:1.14-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-debugsource-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ignition-validate-debuginfo-0:2.16.2-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-64k-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-abi-stablelists-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debug-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-aarch64-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-ppc64le-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-s390x-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-debuginfo-common-x86_64-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-devel-matched-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-doc-0:5.14.0-284.54.1.el9_2.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-ipaclones-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-core-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-extra-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-modules-partner-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debug-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-debuginfo-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved 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 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-devel-matched-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-kvm-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-core-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-extra-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-modules-partner-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-rt-selftests-internal-0:5.14.0-284.54.1.rt14.339.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-selftests-internal-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-tools-libs-devel-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-uki-virt-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-devel-matched-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-core-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-extra-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-internal-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:kernel-zfcpdump-modules-partner-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-ansible-test-0:4.15.0-202402162207.p0.g1c9b99e.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-clients-redistributable-0:4.15.0-202402070507.p0.g48dcf59.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:openshift-hyperkube-0:4.15.0-202402142009.p0.g6216ea1.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ose-aws-ecr-image-credential-provider-0:4.15.0-202401231232.p0.gba252ab.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-debugsource-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-devel-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-grub2-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:ostree-libs-debuginfo-0:2023.8-3.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:python3-perf-debuginfo-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-debugsource-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-devel-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rpm-ostree-libs-debuginfo-0:2024.2-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rtla-0:5.14.0-284.54.1.el9_2.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debuginfo-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:runc-debugsource-4:1.1.12-1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-0:5.4.3-2.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-afterburn-debugsource-0:5.4.3-2.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-0:0.2.17-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:rust-bootupd-debugsource-0:0.2.17-1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debuginfo-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-debugsource-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:skopeo-tests-2:1.11.2-21.1.rhaos4.15.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.15:toolbox-0:0.1.2-1.rhaos4.15.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.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": "2026-06-05T01:03:10+00:00",
"generator": {
"date": "2026-06-05T01:03:10+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-05T01:03:10+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_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.15",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.15::el9"
}
}
}
],
"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-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-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-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-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-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-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-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-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": "product_version",
"name": "python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"product": {
"name": "python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"product_id": "python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-automaton@3.2.0-0.20231026124537.9255778.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"product": {
"name": "python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"product_id": "python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cinderclient@9.4.0-0.20231026140112.f1f14df.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"product": {
"name": "python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"product_id": "python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cliff@4.3.0-0.20230720153123.72e81d7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ddt-0:1.6.0-1.el9.src",
"product": {
"name": "python-ddt-0:1.6.0-1.el9.src",
"product_id": "python-ddt-0:1.6.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ddt@1.6.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"product": {
"name": "python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"product_id": "python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debtcollector@2.5.0-0.20230720140419.a6b46c5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"product": {
"name": "python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"product_id": "python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dracclient@8.0.0-0.20230720140220.9c7499c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"product": {
"name": "python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"product_id": "python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-futurist@2.4.1-0.20230720141142.159d752.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"product": {
"name": "python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"product_id": "python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-glanceclient@4.4.0-0.20231026133336.62e6fc8.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"product": {
"name": "python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"product_id": "python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hardware@0.31.0-0.20231026124537.af076d3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"product": {
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"product_id": "python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@4.3.0-0.20231002134531.b3e0de8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"product": {
"name": "python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"product_id": "python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneauth1@5.3.0-0.20231026134545.e6f3999.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"product": {
"name": "python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"product_id": "python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneclient@5.2.0-0.20231026125153.141787a.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"product": {
"name": "python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"product_id": "python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystonemiddleware@10.4.1-0.20231026134645.d36c86c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"product": {
"name": "python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"product_id": "python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-service-types@1.7.0-0.20230720134705.0b2f473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"product": {
"name": "python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"product_id": "python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-traits@3.0.0-0.20230720155912.cff125c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"product": {
"name": "python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"product_id": "python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osc-lib@2.8.0-0.20230720154239.db9cdc9.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"product": {
"name": "python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"product_id": "python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache@3.5.0-0.20231026131556.06f76e5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"product": {
"name": "python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"product_id": "python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency@5.2.0-0.20231026130849.1abc8e0.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"product": {
"name": "python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"product_id": "python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@9.2.0-0.20231026131249.28187da.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"product": {
"name": "python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"product_id": "python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@5.1.1-0.20230720150313.7696282.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"product": {
"name": "python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"product_id": "python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@14.1.0-0.20231026141011.caebf76.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"product": {
"name": "python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"product_id": "python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@6.0.0-0.20230720141652.03605c2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"product": {
"name": "python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"product_id": "python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@5.2.0-0.20230720153530.16a8a42.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"product": {
"name": "python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"product_id": "python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware@5.2.0-0.20231026140101.4ba32ed.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"product": {
"name": "python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"product_id": "python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@4.2.1-0.20231026130744.37de6f3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"product": {
"name": "python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"product_id": "python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-rootwrap@7.1.0-0.20231026125723.0660a66.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"product": {
"name": "python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"product_id": "python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@5.2.0-0.20231026132830.a0ba2d7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"product": {
"name": "python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"product_id": "python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-service@3.2.0-0.20231026132024.e94d47a.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"product": {
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"product_id": "python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-upgradecheck@2.2.0-0.20231026125248.cbee52e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"product": {
"name": "python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"product_id": "python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils@6.2.1-0.20231026132331.a5941e8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"product": {
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"product_id": "python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects@3.2.0-0.20231026133739.6478669.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"product": {
"name": "python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"product_id": "python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osprofiler@4.1.0-0.20231026130241.3c5fead.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"product": {
"name": "python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"product_id": "python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-proliantutils@2.16.0-0.20231026140721.5839129.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"product": {
"name": "python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"product_id": "python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf@3.1.1-0.20230720135529.4179996.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"product": {
"name": "python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"product_id": "python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requestsexceptions@1.4.0-0.20230720134705.d7ac0ff.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"product": {
"name": "python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"product_id": "python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stevedore@5.1.0-0.20230720161334.2d99ccc.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"product": {
"name": "python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"product_id": "python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy-oem-idrac@5.0.0-0.20230720142539.da9a0e4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"product": {
"name": "python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"product_id": "python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-swiftclient@4.4.0-0.20231026135457.54fbfa8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"product": {
"name": "python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"product_id": "python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tooz@4.2.0-0.20231026133434.bed303e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"product": {
"name": "python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"product_id": "python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-wsme@0.12.1-0.20231026141130.8312bb2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"product": {
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"product_id": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@23.1.1-0.20231213124529.d388f38.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"product": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"product_id": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.8.1-0.20240123151522.de56b73.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"product": {
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"product_id": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.8.1-0.20240118172401.83c68b0.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"product": {
"name": "python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"product_id": "python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-lib@5.5.1-0.20231201154527.97a8ae5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"product": {
"name": "python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"product_id": "python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openstacksdk@2.0.0-0.20231108210647.8f6a2cf.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-platformdirs-0:2.3.0-1.el9.src",
"product": {
"name": "python-platformdirs-0:2.3.0-1.el9.src",
"product_id": "python-platformdirs-0:2.3.0-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-platformdirs@2.3.0-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"product": {
"name": "python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"product_id": "python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@4.7.1-0.20231129134528.85af185.el9?arch=src"
}
}
}
],
"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": "product_version",
"name": "python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"product": {
"name": "python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"product_id": "python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-automaton@3.2.0-0.20231026124537.9255778.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"product": {
"name": "python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"product_id": "python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cinderclient@9.4.0-0.20231026140112.f1f14df.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product": {
"name": "python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product_id": "python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff@4.3.0-0.20230720153123.72e81d7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product": {
"name": "python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product_id": "python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff-tests@4.3.0-0.20230720153123.72e81d7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ddt-0:1.6.0-1.el9.noarch",
"product": {
"name": "python3-ddt-0:1.6.0-1.el9.noarch",
"product_id": "python3-ddt-0:1.6.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ddt@1.6.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"product": {
"name": "python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"product_id": "python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debtcollector@2.5.0-0.20230720140419.a6b46c5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"product": {
"name": "python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"product_id": "python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dracclient@8.0.0-0.20230720140220.9c7499c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"product": {
"name": "python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"product_id": "python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-futurist@2.4.1-0.20230720141142.159d752.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"product": {
"name": "python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"product_id": "python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-glanceclient@4.4.0-0.20231026133336.62e6fc8.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product": {
"name": "python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product_id": "python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware@0.31.0-0.20231026124537.af076d3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product": {
"name": "python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product_id": "python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware-detect@0.31.0-0.20231026124537.af076d3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"product": {
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"product_id": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@4.3.0-0.20231002134531.b3e0de8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"product": {
"name": "python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"product_id": "python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneauth1@5.3.0-0.20231026134545.e6f3999.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product": {
"name": "python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product_id": "python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient@5.2.0-0.20231026125153.141787a.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product": {
"name": "python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product_id": "python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient-tests@5.2.0-0.20231026125153.141787a.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"product": {
"name": "python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"product_id": "python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystonemiddleware@10.4.1-0.20231026134645.d36c86c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"product": {
"name": "python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"product_id": "python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-service-types@1.7.0-0.20230720134705.0b2f473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product": {
"name": "python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product_id": "python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits@3.0.0-0.20230720155912.cff125c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product": {
"name": "python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product_id": "python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits-tests@3.0.0-0.20230720155912.cff125c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product": {
"name": "python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product_id": "python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib@2.8.0-0.20230720154239.db9cdc9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product": {
"name": "python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product_id": "python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib-tests@2.8.0-0.20230720154239.db9cdc9.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product": {
"name": "python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_id": "python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache-lang@3.5.0-0.20231026131556.06f76e5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product": {
"name": "python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_id": "python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache@3.5.0-0.20231026131556.06f76e5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product": {
"name": "python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_id": "python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache-tests@3.5.0-0.20231026131556.06f76e5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product": {
"name": "python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_id": "python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@5.2.0-0.20231026130849.1abc8e0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_id": "python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency@5.2.0-0.20231026130849.1abc8e0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_id": "python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@5.2.0-0.20231026130849.1abc8e0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"product": {
"name": "python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"product_id": "python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@9.2.0-0.20231026131249.28187da.el9?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product": {
"name": "python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product_id": "python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@5.1.1-0.20230720150313.7696282.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product": {
"name": "python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product_id": "python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@5.1.1-0.20230720150313.7696282.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product": {
"name": "python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_id": "python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@14.1.0-0.20231026141011.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product": {
"name": "python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_id": "python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@14.1.0-0.20231026141011.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product": {
"name": "python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_id": "python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@14.1.0-0.20231026141011.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product_id": "python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@6.0.0-0.20230720141652.03605c2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product": {
"name": "python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product_id": "python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@6.0.0-0.20230720141652.03605c2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product": {
"name": "python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_id": "python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@5.2.0-0.20230720153530.16a8a42.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product": {
"name": "python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_id": "python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@5.2.0-0.20230720153530.16a8a42.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product": {
"name": "python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_id": "python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@5.2.0-0.20230720153530.16a8a42.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product": {
"name": "python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_id": "python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware-lang@5.2.0-0.20231026140101.4ba32ed.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product": {
"name": "python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_id": "python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware@5.2.0-0.20231026140101.4ba32ed.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product": {
"name": "python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_id": "python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware-tests@5.2.0-0.20231026140101.4ba32ed.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product": {
"name": "python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_id": "python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@4.2.1-0.20231026130744.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product": {
"name": "python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_id": "python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@4.2.1-0.20231026130744.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_id": "python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@4.2.1-0.20231026130744.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product_id": "python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap@7.1.0-0.20231026125723.0660a66.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product_id": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap-tests@7.1.0-0.20231026125723.0660a66.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product": {
"name": "python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product_id": "python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@5.2.0-0.20231026132830.a0ba2d7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product_id": "python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@5.2.0-0.20231026132830.a0ba2d7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product": {
"name": "python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product_id": "python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service@3.2.0-0.20231026132024.e94d47a.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product": {
"name": "python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product_id": "python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service-tests@3.2.0-0.20231026132024.e94d47a.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"product": {
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"product_id": "python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@2.2.0-0.20231026125248.cbee52e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product": {
"name": "python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_id": "python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils-lang@6.2.1-0.20231026132331.a5941e8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product": {
"name": "python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_id": "python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils@6.2.1-0.20231026132331.a5941e8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product": {
"name": "python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_id": "python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils-tests@6.2.1-0.20231026132331.a5941e8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product": {
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_id": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects-lang@3.2.0-0.20231026133739.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_id": "python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects@3.2.0-0.20231026133739.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_id": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects-tests@3.2.0-0.20231026133739.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"product": {
"name": "python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"product_id": "python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osprofiler@4.1.0-0.20231026130241.3c5fead.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"product": {
"name": "python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"product_id": "python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-proliantutils@2.16.0-0.20231026140721.5839129.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product": {
"name": "python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product_id": "python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf-common@3.1.1-0.20230720135529.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product": {
"name": "python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product_id": "python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycadf@3.1.1-0.20230720135529.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"product": {
"name": "python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"product_id": "python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requestsexceptions@1.4.0-0.20230720134705.d7ac0ff.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"product": {
"name": "python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"product_id": "python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stevedore@5.1.0-0.20230720161334.2d99ccc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product_id": "python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@5.0.0-0.20230720142539.da9a0e4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product_id": "python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@5.0.0-0.20230720142539.da9a0e4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"product": {
"name": "python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"product_id": "python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-swiftclient@4.4.0-0.20231026135457.54fbfa8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"product": {
"name": "python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"product_id": "python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tooz@4.2.0-0.20231026133434.bed303e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch",
"product": {
"name": "python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch",
"product_id": "python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-wsme@0.12.1-0.20231026141130.8312bb2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_id": "python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@23.1.1-0.20231213124529.d388f38.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_id": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.8.1-0.20240123151522.de56b73.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_id": "openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@11.8.1-0.20240123151522.de56b73.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_id": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@11.8.1-0.20240123151522.de56b73.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_id": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@11.8.1-0.20240123151522.de56b73.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product": {
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_id": "python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@11.8.1-0.20240123151522.de56b73.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product": {
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_id": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.8.1-0.20240118172401.83c68b0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_id": "python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent@9.8.1-0.20240118172401.83c68b0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_id": "python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent-tests@9.8.1-0.20240118172401.83c68b0.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"product": {
"name": "python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"product_id": "python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-lib@5.5.1-0.20231201154527.97a8ae5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product": {
"name": "python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product_id": "python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk@2.0.0-0.20231108210647.8f6a2cf.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product": {
"name": "python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product_id": "python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk-tests@2.0.0-0.20231108210647.8f6a2cf.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-platformdirs-0:2.3.0-1.el9.noarch",
"product": {
"name": "python3-platformdirs-0:2.3.0-1.el9.noarch",
"product_id": "python3-platformdirs-0:2.3.0-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-platformdirs@2.3.0-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product": {
"name": "python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product_id": "python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@4.7.1-0.20231129134528.85af185.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product": {
"name": "python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product_id": "python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@4.7.1-0.20231129134528.85af185.el9?arch=noarch"
}
}
}
],
"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-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-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"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src"
},
"product_reference": "openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src"
},
"product_reference": "openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch"
},
"product_reference": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src"
},
"product_reference": "openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src"
},
"product_reference": "python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src"
},
"product_reference": "python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src"
},
"product_reference": "python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ddt-0:1.6.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src"
},
"product_reference": "python-ddt-0:1.6.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src"
},
"product_reference": "python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src"
},
"product_reference": "python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src"
},
"product_reference": "python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src"
},
"product_reference": "python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src"
},
"product_reference": "python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src"
},
"product_reference": "python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src"
},
"product_reference": "python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src"
},
"product_reference": "python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src"
},
"product_reference": "python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src"
},
"product_reference": "python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src"
},
"product_reference": "python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src"
},
"product_reference": "python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src"
},
"product_reference": "python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src"
},
"product_reference": "python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src"
},
"product_reference": "python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch"
},
"product_reference": "python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src"
},
"product_reference": "python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch"
},
"product_reference": "python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src"
},
"product_reference": "python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src"
},
"product_reference": "python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src"
},
"product_reference": "python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch"
},
"product_reference": "python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src"
},
"product_reference": "python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src"
},
"product_reference": "python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch"
},
"product_reference": "python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src"
},
"product_reference": "python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch"
},
"product_reference": "python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src"
},
"product_reference": "python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch"
},
"product_reference": "python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src"
},
"product_reference": "python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src"
},
"product_reference": "python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src"
},
"product_reference": "python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src"
},
"product_reference": "python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src"
},
"product_reference": "python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch"
},
"product_reference": "python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src"
},
"product_reference": "python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch"
},
"product_reference": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src"
},
"product_reference": "python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-platformdirs-0:2.3.0-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src"
},
"product_reference": "python-platformdirs-0:2.3.0-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src"
},
"product_reference": "python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src"
},
"product_reference": "python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch"
},
"product_reference": "python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src"
},
"product_reference": "python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src"
},
"product_reference": "python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src"
},
"product_reference": "python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src"
},
"product_reference": "python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src"
},
"product_reference": "python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src"
},
"product_reference": "python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src"
},
"product_reference": "python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch"
},
"product_reference": "python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch"
},
"product_reference": "python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch"
},
"product_reference": "python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch"
},
"product_reference": "python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ddt-0:1.6.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch"
},
"product_reference": "python3-ddt-0:1.6.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch"
},
"product_reference": "python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch"
},
"product_reference": "python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch"
},
"product_reference": "python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch"
},
"product_reference": "python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch"
},
"product_reference": "python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch"
},
"product_reference": "python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch"
},
"product_reference": "python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch"
},
"product_reference": "python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch"
},
"product_reference": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch"
},
"product_reference": "python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch"
},
"product_reference": "python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch"
},
"product_reference": "python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch"
},
"product_reference": "python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch"
},
"product_reference": "python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch"
},
"product_reference": "python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch"
},
"product_reference": "python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch"
},
"product_reference": "python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch"
},
"product_reference": "python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch"
},
"product_reference": "python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch"
},
"product_reference": "python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch"
},
"product_reference": "python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch"
},
"product_reference": "python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch"
},
"product_reference": "python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch"
},
"product_reference": "python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch"
},
"product_reference": "python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch"
},
"product_reference": "python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch"
},
"product_reference": "python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch"
},
"product_reference": "python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch"
},
"product_reference": "python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch"
},
"product_reference": "python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch"
},
"product_reference": "python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch"
},
"product_reference": "python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch"
},
"product_reference": "python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch"
},
"product_reference": "python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch"
},
"product_reference": "python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch"
},
"product_reference": "python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch"
},
"product_reference": "python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch"
},
"product_reference": "python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch"
},
"product_reference": "python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch"
},
"product_reference": "python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-platformdirs-0:2.3.0-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch"
},
"product_reference": "python3-platformdirs-0:2.3.0-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch"
},
"product_reference": "python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch"
},
"product_reference": "python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch"
},
"product_reference": "python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch"
},
"product_reference": "python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch"
},
"product_reference": "python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch"
},
"product_reference": "python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch"
},
"product_reference": "python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch"
},
"product_reference": "python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.15",
"product_id": "9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
},
"product_reference": "python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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: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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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": [
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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",
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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: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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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": [
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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",
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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: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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.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": [
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
},
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"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-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-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",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-1:23.1.1-0.20231213124529.d388f38.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-api-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-common-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-conductor-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-0:11.8.1-0.20240123151522.de56b73.el9.src",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-api-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-conductor-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:openstack-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-automaton-0:3.2.0-0.20231026124537.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ddt-0:1.6.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-futurist-0:2.4.1-0.20230720141142.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-hardware-0:0.31.0-0.20231026124537.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-cache-lang-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-concurrency-lang-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-db-lang-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-i18n-lang-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-log-lang-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-middleware-lang-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-policy-lang-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-utils-lang-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-oslo-versionedobjects-lang-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-platformdirs-0:2.3.0-1.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-0:3.1.1-0.20230720135529.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-pycadf-common-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-0:4.7.1-0.20231129134528.85af185.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-tooz-0:4.2.0-0.20231026133434.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.15:python-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.src",
"9Base-RHOSE-IRONIC-4.15:python3-automaton-0:3.2.0-0.20231026124537.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cinderclient-0:9.4.0-0.20231026140112.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-cliff-tests-0:4.3.0-0.20230720153123.72e81d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ddt-0:1.6.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-debtcollector-0:2.5.0-0.20230720140419.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-dracclient-0:8.0.0-0.20230720140220.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-futurist-0:2.4.1-0.20230720141142.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-glanceclient-1:4.4.0-0.20231026133336.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-hardware-detect-0:0.31.0-0.20231026124537.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-inspector-tests-0:11.8.1-0.20240123151522.de56b73.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-lib-0:5.5.1-0.20231201154527.97a8ae5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-prometheus-exporter-0:4.3.0-0.20231002134531.b3e0de8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-python-agent-tests-0:9.8.1-0.20240118172401.83c68b0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-ironic-tests-1:23.1.1-0.20231213124529.d388f38.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneauth1-0:5.3.0-0.20231026134545.e6f3999.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystoneclient-tests-1:5.2.0-0.20231026125153.141787a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-keystonemiddleware-0:10.4.1-0.20231026134645.d36c86c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-openstacksdk-tests-0:2.0.0-0.20231108210647.8f6a2cf.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-service-types-0:1.7.0-0.20230720134705.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-os-traits-tests-0:3.0.0-0.20230720155912.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osc-lib-tests-0:2.8.0-0.20230720154239.db9cdc9.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-cache-tests-0:3.5.0-0.20231026131556.06f76e5.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-concurrency-tests-0:5.2.0-0.20231026130849.1abc8e0.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-config-2:9.2.0-0.20231026131249.28187da.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-context-tests-0:5.1.1-0.20230720150313.7696282.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-db-tests-0:14.1.0-0.20231026141011.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-i18n-0:6.0.0-0.20230720141652.03605c2.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-log-tests-0:5.2.0-0.20230720153530.16a8a42.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-middleware-tests-0:5.2.0-0.20231026140101.4ba32ed.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-policy-tests-0:4.2.1-0.20231026130744.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-rootwrap-tests-0:7.1.0-0.20231026125723.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-serialization-tests-0:5.2.0-0.20231026132830.a0ba2d7.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-service-tests-0:3.2.0-0.20231026132024.e94d47a.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-upgradecheck-0:2.2.0-0.20231026125248.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-utils-tests-0:6.2.1-0.20231026132331.a5941e8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231026133739.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-osprofiler-0:4.1.0-0.20231026130241.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-platformdirs-0:2.3.0-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-proliantutils-0:2.16.0-0.20231026140721.5839129.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-pycadf-0:3.1.1-0.20230720135529.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-requestsexceptions-0:1.4.0-0.20230720134705.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-stevedore-0:5.1.0-0.20230720161334.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-oem-idrac-tests-0:5.0.0-0.20230720142539.da9a0e4.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-sushy-tests-0:4.7.1-0.20231129134528.85af185.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-swiftclient-0:4.4.0-0.20231026135457.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-tooz-0:4.2.0-0.20231026133434.bed303e.el9.noarch",
"9Base-RHOSE-IRONIC-4.15:python3-wsme-0:0.12.1-0.20231026141130.8312bb2.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ssh: Prefix truncation attack on Binary Packet Protocol (BPP)"
}
]
}
RHSA-2024:0269
Vulnerability from csaf_redhat - Published: 2024-02-28 00:20 - Updated: 2026-06-05 01:05A 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 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the `Rapid Reset Attack` in the Go language packages.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
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 'Important' as the US Cybersecurity and Infrastructure Security Agency (CISA) declared this vulnerability an active exploit. CVE-2023-39325 was assigned for the Rapid Reset Attack in the Go language packages. Security Bulletin https://access.redhat.com/security/vulnerabilities/RHSB-2023-003
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:0cf817432277977ae75e28b95be321ff92600fb57f89b54533272657430d16f2_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:4547ff6c810aa975406cf5e510524e657e2465b15344a83bb5e988829526e89a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:46a4a497fe26e9b7f288e82aff25a1af02f40baa97174321ea2f413a1aeb326f_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-05T01:05:18+00:00",
"generator": {
"date": "2026-06-05T01:05:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-05T01:05:18+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.\n\nAs go-lang vendors its dependencies, a package may contain a library with a known vulnerability, solely because of lower tier libraries including it as a part of its dependencies, but the vulnerable code is not reachable at runtime. In such cases the issue is not exploitable. We classify these situations as \u201cNot affected\u201d or \u201cWill not fix,\u201d depending on the risk of breaking other unrelated packages.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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 - Published: 2024-03-06 14:39 - Updated: 2026-06-04 00:41A 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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-operator-bundle@sha256:959d5567fa57212bb1d707c6cd0b67d47af4431d7b567f81bcb7e19892fdde30_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OSSO-1.2:openshift-secondary-scheduler-operator/secondary-scheduler-rhel9-operator@sha256:b085cface9e8b74c3a2588ac70ccb1ea75740065aa006d2993c7f7295154c9dc_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-04T00:41:46+00:00",
"generator": {
"date": "2026-06-04T00:41:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-04T00:41:46+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:0748
Vulnerability from csaf_redhat - Published: 2024-02-08 18:33 - Updated: 2026-06-04 00:42A 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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.noarch::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:cockpit-podman-0:46-1.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:containers-common-2:1-38.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:crit-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.aarch64::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.ppc64le::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.s390x::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.9.0.Z.MAIN:criu-0:3.15-3.module+el8.9.0+21242+944321bb.src::container-tools:4.0 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved 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 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools: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": "2026-06-04T00:42:13+00:00",
"generator": {
"date": "2026-06-04T00:42:13+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-04T00:42: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. 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.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"
},
{
"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.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"
}
],
"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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:1078
Vulnerability from csaf_redhat - Published: 2024-03-05 00:34 - Updated: 2026-06-04 00:42A 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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64 | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-STF-1.5:stf/sg-core-rhel8@sha256:e575fdd48f036708dca0f59de789284009ec95ee50cbef77d3cd7290bba53f27_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-STF-1.5:stf/prometheus-webhook-snmp-rhel8@sha256:e535f6029e1762aaf26dca188a055b69bbb4693eac921c5a701d542f91371652_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/service-telemetry-operator-bundle@sha256:6107bb292836037afbbf42795c1a1a9839585b3cc50dfcf1d93cd08d1d7a05ae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/service-telemetry-rhel8-operator@sha256:87d16370c6d55b84f01d2c6f9f808ce29c7419d60c41f00c7e73d95486d9f8db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/sg-bridge-rhel8@sha256:c30aac797b0be81c06209479a86cf2ba4cf8f9f1a8a8639c769643d89498bdbe_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/smart-gateway-operator-bundle@sha256:941def64af37960930d9647886d16c62b14017103bcdfb52a0db26c0f3854370_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-STF-1.5:stf/smart-gateway-rhel8-operator@sha256:cfc9bfd58d7e3e9288ca4dcf333293608b6e24a749ab8c8db208f1914cf9def2_amd64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-04T00:42:29+00:00",
"generator": {
"date": "2026-06-04T00:42:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-04T00:42:29+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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:1859
Vulnerability from csaf_redhat - Published: 2024-04-16 17:26 - Updated: 2026-06-05 01:07A 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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
A memory leak was found in the otelhttp handler of open-telemetry. This flaw allows a remote, unauthenticated attacker to exhaust the server's memory by sending many malicious requests, affecting the availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
A flaw was found in Golang's 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:4df78ca988726cc65fba06f8c3d8fcd13fa324ea04a036aaa7177cc17695e6bf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:60e958b76093fd05be6d93785f709338c66e95a86551dd317242e25b954a6c55_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:98d78b8dcc1a7cda1a4845c40a9799018cdbc77846ea530ac9bbf88c86a9c209_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-rhel9@sha256:eee8a3d43761e95adb3288512c5598a723ca5e7d985470ee202797b863618522_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:42dc13f4c214cf2785207914495887794a948f968ebe72495346ddff7ba94e52_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:4ec3d45a232dc0478ea0194e8d044284633bfe59e37e8e754e01570bfa633528_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:52197469936ad5b710057f3ae17f58de1432af83923ccded9bdc291bff3a2d9a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-kubevirt-velero-plugin-rhel9@sha256:9a2144f707c9cf35e35145e3f49898c32bc5c390af180808464fe8614a93c1b6_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:2b5e5dd83ba18ab639c1307c35cc34fbad7c59648315df3341449daac9f7588c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:388055859d06499407148e9aaa52d15da3118b123a2c89ca9220e9466518ef07_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:61f624d5b4a78decaed3d74edf56217ad50e8967a8e4637a2ee08f424b74f12c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-mustgather-rhel9@sha256:a9c5c60ddbaee035f2b535787d3bf469b4131b4439a023dd41339db86d546dfc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:3c63b4bbf5c70b63694784857d7e4d962a5a6caddd8f62ecfb9153b861c48e55_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:82613d64c36cc435063ec02f0e3dd2edabbeb7a85763151011b6e4e617fe4b8f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d1fb5950f18428d88df190793f33c68f27772fd8d867582e7ed265d631ac20d9_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-operator-bundle@sha256:d3f0997772e9e28eba7d1424bf1ea2a5790ccdc43e0823d95866941797fd064b_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:0b824b48cc2078d31f6ac1db1b78045e08064850d95e7363f6c9e2b33c9436ee_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:52de391f9eec3f6746e1d3f3cbbfa004a552a5c27a2983d303d18208a39cc697_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:699a655022299b71e8ea2d67d84cd026228127d3e7f4e00f74caf713cf28f867_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-rhel9-operator@sha256:7384faa57528c04e270f4a0599c99478d96de6c77a6759188e370e480261ac7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:0974f65696e98c806c14e6812cf3292ab03a0b621714e7f091d7e326a7ebb77b_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:2c176efaabf984947fb66bb33d14a637f66f06f9e7f3f7423b7fccec045a7a52_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:716cec49a663d87eff7eaf9ddc948d2861645d601a2e15605cb660c9f98ab489_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-aws-rhel9@sha256:c1758a4e31ed5d623b1fd9ab8deb99a15da0584a178ef120e64ad15b9fb6a931_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:436b76db12ba27ccafcddc38469cc2adff20d0c72e334240af84d4e8a3011c25_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:9833ca3b1b53eccc9de4e117bef53bb94d5be02d89bed222ef80dcd221bc1b18_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:b4c014e340a80ad67b422eb1d72adce21b6a01104ef6eb9225531e50c8cddb62_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-csi-rhel9@sha256:bcd29d854e51b5a154d77134b78c6338cdb638c58cd1548704f02dddec00c6e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:1e1f9e277ceeed8be865abd424747a2a777806cde2195599e4ea9f0e787ad359_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:4a4aeb844a7f119253763012771abce649f8b7bbdcb326f4714e72d1e318b33a_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:b80b98a43c128ff17e8ba9eb80622d01c280d5ddba66e67de85cb73e415a5a8d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-gcp-rhel9@sha256:fd56ce05bbd9c6786923df9ee34efe4f6b7d1bde979705cfcd7b4d30bbc1dca1_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:24f6efdc0e3964ab1efee6e053551614de282e6bed90e9d14273cf284b20c307_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:7f474a4831a010dc097de146c728538d5e8504305afd1dee08d41c2283ba30ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:a6b9816bbba897897f632c119579f7101a4b9c72fc2a2a86e917bc47fabded1d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-plugin-for-microsoft-azure-rhel9@sha256:fb7f2faab19f9386d10b7bde2395ce8cdd24e4a8dbb4ee8f052586785ac74063_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:0b8e9b27c4739840c054d6c7260a268ae925ad404c04b74c1a543efeb84679db_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:6037459145f67f201c49ebd87e82717bf8acc8c6118468038a0a040e3994ca75_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:c9d88e0b4a3b15665a6c55a406174bc905c3ba0d18a9b9496923884c8d1b0176_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-restic-restore-helper-rhel9@sha256:d0eefa6d731af31e2910b7af4c250dd6d7e91be0cef03d9d65aa130957094990_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:02f194caab292aea9bcbb22556fca8e2d7d893a629e6e56097501501fbff7ba7_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:434d8810953c3688637f478d2fee765741997332ae0efe549384645cdfc722fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:d0089d7ff8f5376ad45981e7c727685c9101b0281720e4abab140af757d5b105_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-OADP-1.3:oadp/oadp-velero-rhel9@sha256:f31751d570d089ff7165c81727221e66c8f4e75876ea367683e9c68f03778a79_s390x | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-05T01:07:36+00:00",
"generator": {
"date": "2026-06-05T01:07:36+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-05T01:07:36+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:1901
Vulnerability from csaf_redhat - Published: 2024-04-18 07:17 - Updated: 2026-06-04 00:42A flaw was found in Golang. The html/template package did not properly handle HMTL-like "<!--" and "-->" comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This issue may cause the template parser to improperly interpret the contents of <script> contexts, causing actions to be improperly escaped.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
|
A flaw was found in Golang. The html/template package did not apply the proper rules for handling occurrences of "<script", "<!--", and "</script" within JS literals in <script> contexts. This issue may cause the template parser to improperly consider script contexts to be terminated early, causing actions to be improperly escaped.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
|
A flaw was found in Golang. Processing an incomplete post-handshake message for a QUIC connection caused a panic.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
|
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).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
Workaround
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:180140ab08a50b95fd982a87a6ddac0968acf7e5f704a43542537c3a9b9ddaad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:69e6c14c9d843d31009ae19cd295596abb8d344736f1f97e6ffcefa66b5c7abc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:734ae2301b21d7e918baf0611c48edd115d1381e815a39a241fe577d7b2e3491_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-config-sync-rhel9@sha256:8140748eb1a371b066bedc10a34af1159a15767e316db65d6b3d1f58378bdd68_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:4cad86929f84fae53bfbaf15e540492c23e9b89b0e668585e393b684367c039d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:68d4cb3134f36ed18dbb93bfa08979cbff7f96d635f6a8ae2e0cc58a28a04e1b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:74ecd321293c273e97a0fc905e144db58d5a64b0baeee149dd0cbb8b3335860f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-controller-podman-rhel9@sha256:b0d2c06e613c738062077560c426a770398aebd75aa0ffbc28c41542cc64312a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:041afed1637a46f653aec15f852c940f20ec37080cc42efe0fc4aebfb72799d5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:1f332712d5b57601d6aa572635e5d6b57b710a3ace753e8c259dc2538d492b3c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:7dc11addf5b8c1bf12462546cc1ef6a5bba3b8958f24f2f2fa3c788ea4a38dd4_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-flow-collector-rhel9@sha256:8d702f52efb148f5b9fc4f42b3259dc08ad50fd0231316bb0a37e82e4631b066_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:b519fc58904f982ab0e04bf5e799c23b0a8e929f0439cd423dc8dcfd51605932_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-operator-bundle@sha256:d55852cc4e6dd6324a4c633c39e0858cef5bd7d80df74a0a202eda2299525ce2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:60f5322bad7f9a67ecfcac6266c002d1c48946f5b34245e495a81e67b4656e5f_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-router-rhel9@sha256:7872ce2d68624c4c4b750152fd56661637fc62207ad8330baa61d05e09019bdb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:73cfb86ea5d01d0c4d729a03f9a8ae701a9d53d3f005673237704adb05414632_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d6f6111e7931995eb31dce83a4ece50dae0d82a5654ac534c6e17f0ccf02a641_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bd1db12c604efa1a12f8106dca9308ce80be40fb5552a46470969dab1b1c97_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-service-controller-rhel9@sha256:d9bde8b8ae60e36b7e13efb7a1dd1412e534143269d568e4072fa79b75706021_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:906e593e142ac5b9b11c618a96933e00fa6adb94744f9de46912debd0f78f90b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:a3c31b3d93a3157de6793b35a4fc9234942aea79797e94bd13f2f994d4aea175_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:d7ef2b4309851199a3a9b1a533d9b2f8ebf2749114d1f5024a39d4a10b038e1e_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-Service-Interconnect-1:service-interconnect/skupper-site-controller-rhel9@sha256:f465001e8c2cb1369db5f2c109aa3ea0e6ff3d76b670f47ffcf54d35e216a08c_arm64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-04T00:42:46+00:00",
"generator": {
"date": "2026-06-04T00:42:46+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-04T00:42:46+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": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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:2180
Vulnerability from csaf_redhat - Published: 2024-04-30 10:27 - Updated: 2026-06-05 01:07A 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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
|
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.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debuginfo-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.GA:runc-debugsource-4:1.1.12-2.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "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": "2026-06-05T01:07:54+00:00",
"generator": {
"date": "2026-06-05T01:07:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"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": "2026-06-05T01:07:54+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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\".",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated 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."
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.