Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-24783 (GCVE-0-2024-24783)
Vulnerability from cvelistv5 – Published: 2024-03-05 22:22 – Updated: 2025-02-13 17:40- CWE-476 - NULL Pointer Dereference
| Vendor | Product | Version | |
|---|---|---|---|
| Go standard library | crypto/x509 |
Affected:
0 , < 1.21.8
(semver)
Affected: 1.22.0-0 , < 1.22.1 (semver) |
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"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"
}
},
{
"other": {
"content": {
"id": "CVE-2024-24783",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-03-06T18:26:26.163411Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-476",
"description": "CWE-476 NULL Pointer Dereference",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-05T16:57:46.952Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2024-08-01T23:28:12.597Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/issue/65390"
},
{
"tags": [
"x_transferred"
],
"url": "https://go.dev/cl/569339"
},
{
"tags": [
"x_transferred"
],
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"tags": [
"x_transferred"
],
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"tags": [
"x_transferred"
],
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "crypto/x509",
"product": "crypto/x509",
"programRoutines": [
{
"name": "Certificate.buildChains"
},
{
"name": "Certificate.Verify"
}
],
"vendor": "Go standard library",
"versions": [
{
"lessThan": "1.21.8",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "1.22.1",
"status": "affected",
"version": "1.22.0-0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "John Howard (Google)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-476: NULL Pointer Dereference",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-01T17:09:42.854Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/issue/65390"
},
{
"url": "https://go.dev/cl/569339"
},
{
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"url": "https://security.netapp.com/advisory/ntap-20240329-0005/"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
}
],
"title": "Verify panics on certificates with an unknown public key algorithm in crypto/x509"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-24783",
"datePublished": "2024-03-05T22:22:26.647Z",
"dateReserved": "2024-01-30T16:05:14.757Z",
"dateUpdated": "2025-02-13T17:40:23.803Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-24783",
"date": "2026-05-29",
"epss": "0.00602",
"percentile": "0.69851"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-24783\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-03-05T23:15:07.683\",\"lastModified\":\"2024-11-21T08:59:41.620\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"},{\"lang\":\"es\",\"value\":\"La verificaci\u00f3n de una cadena de certificados que contiene un certificado con un algoritmo de clave p\u00fablica desconocido provocar\u00e1 que Certificate.Verify entre en p\u00e1nico. Esto afecta a todos los clientes cripto/tls y a los servidores que configuran Config.ClientAuth en VerifyClientCertIfGiven o RequireAndVerifyClientCert. El comportamiento predeterminado es que los servidores TLS no verifiquen los certificados de los clientes.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\",\"baseScore\":5.9,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.2,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"references\":[{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"security@golang.org\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/03/08/4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/cl/569339\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://go.dev/issue/65390\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-2598\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20240329-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://go.dev/issue/65390\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://go.dev/cl/569339\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-01T23:28:12.597Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.9, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-24783\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-06T18:26:26.163411Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:16.110Z\"}}], \"cna\": {\"title\": \"Verify panics on certificates with an unknown public key algorithm in crypto/x509\", \"credits\": [{\"lang\": \"en\", \"value\": \"John Howard (Google)\"}], \"affected\": [{\"vendor\": \"Go standard library\", \"product\": \"crypto/x509\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"1.21.8\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"1.22.0-0\", \"lessThan\": \"1.22.1\", \"versionType\": \"semver\"}], \"packageName\": \"crypto/x509\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"Certificate.buildChains\"}, {\"name\": \"Certificate.Verify\"}]}], \"references\": [{\"url\": \"https://go.dev/issue/65390\"}, {\"url\": \"https://go.dev/cl/569339\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-2598\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20240329-0005/\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/03/08/4\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Verifying a certificate chain which contains a certificate with an unknown public key algorithm will cause Certificate.Verify to panic. This affects all crypto/tls clients, and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert. The default behavior is for TLS servers to not verify client certificates.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-476: NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2024-05-01T17:09:42.854Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-24783\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:40:23.803Z\", \"dateReserved\": \"2024-01-30T16:05:14.757Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-03-05T22:22:26.647Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:0045
Vulnerability from csaf_redhat - Published: 2024-06-27 13:06 - Updated: 2026-05-30 03:09The dnspython stub resolver is vulnerable to a denial of service (DoS) risk if an attacker sends a malicious response forged with the correct address and port before a legitimate one arrives on the UDP port used by dnspython for the query. In such cases, dnspython could either switch to another resolver or abandon the query altogether, potentially leading to service denial for that resolution.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — | ||
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — | ||
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
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: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch | — |
Workaround
|
Jose was found to have an uncontrolled resource consumption vulnerability. Under certain conditions, the user's environment can consume an unreasonable amount of CPU time or memory during JWE decryption operations, leading to a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.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.16.0 is now available with\nupdates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container\nPlatform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available for each vulnerability\nfrom the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing\nKubernetes application platform solution designed for on-premise or private\ncloud deployments.\n\nThis advisory contains the RPM packages for Red Hat OpenShift Container\nPlatform 4.16.0. See the following advisory for the container images for\nthis release:\n\nhttps://access.redhat.com/errata/RHSA-2024:0041\n\nSecurity Fix(es):\n\n* dnspython: denial of service in stub resolver (CVE-2023-29483)\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and\ncookies on HTTP redirect (CVE-2023-45289)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm\n(CVE-2023-45290)\n* containers/image: digest type does not guarantee valid type\n(CVE-2024-3727)\n* golang: crypto/x509: Verify panics on certificates with an unknown public\nkey algorithm (CVE-2024-24783)\n* golang: net/mail: comments in display names are incorrectly handled\n(CVE-2024-24784)\n* golang: html/template: errors returned from MarshalJSON methods may break\ntemplate escaping (CVE-2024-24785)\n* golang-protobuf: encoding/protojson, internal/encoding/json: infinite\nloop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON\n(CVE-2024-24786)\n* jose: resource exhaustion (CVE-2024-28176)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/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-2024:0045",
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html",
"url": "https://docs.openshift.com/container-platform/4.16/release_notes/ocp-4-16-release-notes.html"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268820"
},
{
"category": "external",
"summary": "2274520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274520"
},
{
"category": "external",
"summary": "2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0045.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.0 security update",
"tracking": {
"current_release_date": "2026-05-30T03:09:15+00:00",
"generator": {
"date": "2026-05-30T03:09:15+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:0045",
"initial_release_date": "2024-06-27T13:06:17+00:00",
"revision_history": [
{
"date": "2024-06-27T13:06:17+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-06-27T13:06:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T03:09:15+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.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
},
{
"category": "product_name",
"name": "Ironic content for Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ironic:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"product": {
"name": "haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"product_id": "haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.6.13-3.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"product": {
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"product_id": "container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.231.0-1.rhaos4.16.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"product_id": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.1.rhaos4.16.el8?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el8.src",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el8.src",
"product_id": "cri-tools-0:1.29.0-3.1.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el8.src",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.src",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"product": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"product_id": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-2.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"product": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"product_id": "libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-4.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"product": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"product_id": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.16.0-202404181812.p0.g7806532.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"product": {
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"product_id": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"product": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"product_id": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"product": {
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"product_id": "toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-2.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el8.src",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el8.src",
"product_id": "containers-common-3:1-77.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el8?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el8?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.21.0-1.rhaos4.16.el8.src",
"product": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.src",
"product_id": "butane-0:0.21.0-1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.21.0-1.rhaos4.16.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el8?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"product": {
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"product_id": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=src"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"product": {
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"product_id": "container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.231.0-1.rhaos4.16.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el9.src",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el9.src",
"product_id": "cri-tools-0:1.29.0-3.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el9.src",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.src",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"product": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"product_id": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"product": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"product_id": "ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.18.0-2.1.rhaos4.16.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"product": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"product_id": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.16.0-202404181812.p0.g7806532.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.1-2.el9.src",
"product": {
"name": "ostree-0:2024.1-2.el9.src",
"product_id": "ostree-0:2024.1-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.1-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"product_id": "toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.16.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el9.src",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el9.src",
"product_id": "containers-common-3:1-77.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el9?arch=src\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"product": {
"name": "haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"product_id": "haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy@2.8.5-2.rhaos4.16.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el9?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"product": {
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"product_id": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-0:24.03.2-19.el9fdp.src",
"product": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.src",
"product_id": "ovn24.03-0:24.03.2-19.el9fdp.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03@24.03.2-19.el9fdp?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"product": {
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"product_id": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@23.1.1-0.20240205131523.c1e46bd.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"product": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"product_id": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.8.1-0.20240124142446.c544cf2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"product": {
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"product_id": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.9.1-0.20240209151524.da4b167.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "pysnmp-lextudio-0:5.0.26-2.el9.src",
"product": {
"name": "pysnmp-lextudio-0:5.0.26-2.el9.src",
"product_id": "pysnmp-lextudio-0:5.0.26-2.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pysnmp-lextudio@5.0.26-2.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"product": {
"name": "python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"product_id": "python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-automaton@3.2.0-0.20231214191506.9255778.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"product": {
"name": "python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"product_id": "python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cinderclient@9.4.0-0.20231214204912.f1f14df.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"product": {
"name": "python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"product_id": "python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-cliff@4.5.0-0.20240219142400.156e1eb.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"product": {
"name": "python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"product_id": "python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-debtcollector@2.5.0-0.20231214185855.a6b46c5.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"product": {
"name": "python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"product_id": "python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-dracclient@8.0.0-0.20231214182834.9c7499c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-eventlet-0:0.33.1-6.el9.src",
"product": {
"name": "python-eventlet-0:0.33.1-6.el9.src",
"product_id": "python-eventlet-0:0.33.1-6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-eventlet@0.33.1-6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"product": {
"name": "python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"product_id": "python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-futurist@2.4.1-0.20231214190050.159d752.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"product": {
"name": "python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"product_id": "python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-glanceclient@4.4.0-0.20231214201927.62e6fc8.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-0:20.0.4-4.el9.src",
"product": {
"name": "python-gunicorn-0:20.0.4-4.el9.src",
"product_id": "python-gunicorn-0:20.0.4-4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn@20.0.4-4.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"product": {
"name": "python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"product_id": "python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-hardware@0.31.0-0.20231214192627.af076d3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"product": {
"name": "python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"product_id": "python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-lib@5.6.1-0.20240118194123.d623b86.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"product": {
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"product_id": "python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-ironic-prometheus-exporter@4.3.0-0.20231219134422.5211827.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-jsonschema-0:4.17.3-1.el9.src",
"product": {
"name": "python-jsonschema-0:4.17.3-1.el9.src",
"product_id": "python-jsonschema-0:4.17.3-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-jsonschema@4.17.3-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"product": {
"name": "python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"product_id": "python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneauth1@5.5.0-0.20240219144549.733a34b.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"product": {
"name": "python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"product_id": "python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystoneclient@5.3.0-0.20240219143223.83dfa1e.el9?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"product": {
"name": "python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"product_id": "python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-keystonemiddleware@10.5.0-0.20240118173803.9ade074.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"product": {
"name": "python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"product_id": "python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-microversion-parse@1.0.1-0.20240424173932.2c36df6.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"product": {
"name": "python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"product_id": "python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-openstacksdk@2.1.0-0.20240219143936.ed4117f.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"product": {
"name": "python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"product_id": "python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-service-types@1.7.0-0.20231218155726.0b2f473.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"product": {
"name": "python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"product_id": "python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-os-traits@3.0.0-0.20231218162158.cff125c.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"product": {
"name": "python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"product_id": "python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osc-lib@3.0.0-0.20240219141530.f0e64f7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"product": {
"name": "python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"product_id": "python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache@3.6.0-0.20240219143729.3694193.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"product": {
"name": "python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"product_id": "python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency@5.3.0-0.20240219142059.bd96105.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"product": {
"name": "python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"product_id": "python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-config@9.3.0-0.20240219141530.2930db4.el9?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"product": {
"name": "python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"product_id": "python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-context@5.3.0-0.20240118173150.8d25cad.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"product": {
"name": "python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"product_id": "python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db@14.1.0-0.20231218180946.caebf76.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"product": {
"name": "python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"product_id": "python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n@6.2.0-0.20240118173758.4bcda78.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"product": {
"name": "python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"product_id": "python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log@5.4.0-0.20240118172027.b5b8c30.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"product": {
"name": "python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"product_id": "python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware@6.0.0-0.20240219142814.fdd7e46.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"product": {
"name": "python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"product_id": "python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy@4.2.1-0.20231218165109.37de6f3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"product": {
"name": "python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"product_id": "python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-rootwrap@7.1.0-0.20231218164901.0660a66.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"product": {
"name": "python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"product_id": "python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-serialization@5.3.0-0.20240219144655.24d0f26.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"product": {
"name": "python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"product_id": "python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-service@3.3.0-0.20240219143010.3900aa7.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"product": {
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"product_id": "python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-upgradecheck@2.2.0-0.20231218163225.cbee52e.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"product": {
"name": "python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"product_id": "python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils@7.0.0-0.20240219145208.701b096.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"product": {
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"product_id": "python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects@3.2.0-0.20231218174336.6478669.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"product": {
"name": "python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"product_id": "python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-osprofiler@4.1.0-0.20231214195221.3c5fead.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"product": {
"name": "python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"product_id": "python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-proliantutils@2.16.2-0.20240325141527.f655e23.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pyasn1-0:0.5.1-3.el9.src",
"product": {
"name": "python-pyasn1-0:0.5.1-3.el9.src",
"product_id": "python-pyasn1-0:0.5.1-3.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1@0.5.1-3.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"product": {
"name": "python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"product_id": "python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf@3.1.1-0.20231214182229.4179996.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"product": {
"name": "python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"product_id": "python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-requestsexceptions@1.4.0-0.20231214180655.d7ac0ff.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"product": {
"name": "python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"product_id": "python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-scciclient@0.16.0-0.20240325141527.73b4e3d.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-smi-lextudio-0:1.1.13-0.1.el9.src",
"product": {
"name": "python-smi-lextudio-0:1.1.13-0.1.el9.src",
"product_id": "python-smi-lextudio-0:1.1.13-0.1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-smi-lextudio@1.1.13-0.1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"product": {
"name": "python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"product_id": "python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-stevedore@5.1.0-0.20231218163929.2d99ccc.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"product": {
"name": "python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"product_id": "python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy@5.1.0-0.20240318172512.cbb4daf.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"product": {
"name": "python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"product_id": "python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-sushy-oem-idrac@5.0.1-0.20240423163051.4e51aef.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"product": {
"name": "python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"product_id": "python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-swiftclient@4.4.0-0.20231214204138.54fbfa8.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"product": {
"name": "python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"product_id": "python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-tooz@4.2.0-0.20231214201931.bed303e.el9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"product_id": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-3.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_id": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.1.rhaos4.16.el8?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el8.x86_64",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el8.x86_64",
"product_id": "cri-tools-0:1.29.0-3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"product": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"product_id": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"product_id": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_id": "libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-4.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_id": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-4.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_id": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-4.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_id": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-4.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_id": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el8.x86_64",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el8.x86_64",
"product_id": "containers-common-3:1-77.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el8?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_id": "butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.21.0-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_id": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.21.0-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_id": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.21.0-1.rhaos4.16.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product_id": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el8?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el9.x86_64",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el9.x86_64",
"product_id": "cri-tools-0:1.29.0-3.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product_id": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product_id": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_id": "ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.18.0-2.1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_id": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.18.0-2.1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_id": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.18.0-2.1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_id": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_id": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-0:2024.1-2.el9.x86_64",
"product_id": "ostree-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-devel-0:2024.1-2.el9.x86_64",
"product_id": "ostree-devel-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-grub2-0:2024.1-2.el9.x86_64",
"product_id": "ostree-grub2-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-libs-0:2024.1-2.el9.x86_64",
"product_id": "ostree-libs-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-debugsource-0:2024.1-2.el9.x86_64",
"product_id": "ostree-debugsource-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-debuginfo-0:2024.1-2.el9.x86_64",
"product_id": "ostree-debuginfo-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"product": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"product_id": "ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.1-2.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el9.x86_64",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el9.x86_64",
"product_id": "containers-common-3:1-77.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el9?arch=x86_64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_id": "haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.5-2.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_id": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.5-2.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_id": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.5-2.rhaos4.16.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product_id": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients-redistributable@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_id": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.4-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_id": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.4-1.rhaos4.16.el9?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debugsource@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central-debuginfo@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debuginfo@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host-debuginfo@24.03.2-19.el9fdp?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_id": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep-debuginfo@24.03.2-19.el9fdp?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"product_id": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-3.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_id": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.1.rhaos4.16.el8?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el8.aarch64",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el8.aarch64",
"product_id": "cri-tools-0:1.29.0-3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"product": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"product_id": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"product_id": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_id": "libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-4.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_id": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-4.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_id": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-4.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_id": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-4.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_id": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el8.aarch64",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el8.aarch64",
"product_id": "containers-common-3:1-77.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el8?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_id": "butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.21.0-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_id": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.21.0-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_id": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.21.0-1.rhaos4.16.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el8?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el9.aarch64",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el9.aarch64",
"product_id": "cri-tools-0:1.29.0-3.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product_id": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product_id": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_id": "ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.18.0-2.1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_id": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.18.0-2.1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_id": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.18.0-2.1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_id": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_id": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-0:2024.1-2.el9.aarch64",
"product_id": "ostree-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-devel-0:2024.1-2.el9.aarch64",
"product_id": "ostree-devel-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-grub2-0:2024.1-2.el9.aarch64",
"product_id": "ostree-grub2-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-libs-0:2024.1-2.el9.aarch64",
"product_id": "ostree-libs-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-debugsource-0:2024.1-2.el9.aarch64",
"product_id": "ostree-debugsource-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-debuginfo-0:2024.1-2.el9.aarch64",
"product_id": "ostree-debuginfo-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"product": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"product_id": "ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.1-2.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el9.aarch64",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el9.aarch64",
"product_id": "containers-common-3:1-77.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el9?arch=aarch64\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_id": "haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.5-2.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_id": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.5-2.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_id": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.5-2.rhaos4.16.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_id": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.4-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_id": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.4-1.rhaos4.16.el9?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debugsource@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central-debuginfo@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debuginfo@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host-debuginfo@24.03.2-19.el9fdp?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_id": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep-debuginfo@24.03.2-19.el9fdp?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"product_id": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-3.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_id": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el8.ppc64le",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el8.ppc64le",
"product_id": "cri-tools-0:1.29.0-3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_id": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_id": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_id": "libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-4.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_id": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-4.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_id": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-4.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_id": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-4.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_id": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"product_id": "containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el8?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_id": "butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.21.0-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_id": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.21.0-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_id": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.21.0-1.rhaos4.16.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el8?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el9.ppc64le",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el9.ppc64le",
"product_id": "cri-tools-0:1.29.0-3.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product_id": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product_id": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_id": "ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.18.0-2.1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_id": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.18.0-2.1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_id": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.18.0-2.1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_id": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_id": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-devel-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-devel-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-grub2-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-grub2-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-grub2-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-grub2@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-libs-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-libs-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-debugsource-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-debugsource-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"product": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"product_id": "ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.1-2.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"product_id": "containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el9?arch=ppc64le\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_id": "haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.5-2.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_id": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.5-2.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_id": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.5-2.rhaos4.16.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_id": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.4-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_id": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.4-1.rhaos4.16.el9?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debugsource@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central-debuginfo@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debuginfo@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host-debuginfo@24.03.2-19.el9fdp?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_id": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep-debuginfo@24.03.2-19.el9fdp?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"product": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"product_id": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.6.13-3.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_id": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.4.0-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_id": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.4.0-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_id": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.4.0-2.1.rhaos4.16.el8?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el8.s390x",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el8.s390x",
"product_id": "cri-tools-0:1.29.0-3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"product": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"product_id": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.10-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"product_id": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.10-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"product_id": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.10-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"product": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_id": "libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-4.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"product": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_id": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-4.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"product": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_id": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-4.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_id": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-4.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"product": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_id": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.1.8-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"product": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_id": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.1.8-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"product": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_id": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.1.8-2.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el8.s390x",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el8.s390x",
"product_id": "containers-common-3:1-77.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el8?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el8?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"product": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_id": "butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane@0.21.0-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"product": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_id": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debugsource@0.21.0-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"product": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_id": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-debuginfo@0.21.0-1.rhaos4.16.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el8?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_id": "buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.33.7-1.1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_id": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.33.7-1.1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_id": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.33.7-1.1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_id": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_id": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.33.7-1.1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_id": "conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.10-2.1.rhaos4.16.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_id": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.10-2.1.rhaos4.16.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_id": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.10-2.1.rhaos4.16.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"product": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"product_id": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-rs@0.6.3-1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-0:1.29.0-3.1.el9.s390x",
"product": {
"name": "cri-tools-0:1.29.0-3.1.el9.s390x",
"product_id": "cri-tools-0:1.29.0-3.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools@1.29.0-3.1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"product": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"product_id": "cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debugsource@1.29.0-3.1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"product": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"product_id": "cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-tools-debuginfo@1.29.0-3.1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"product": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_id": "crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"product": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_id": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_id": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product_id": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-github-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product_id": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-prometheus-promu@0.15.0-15.2.gitd5383c5.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_id": "ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition@2.18.0-2.1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_id": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate@2.18.0-2.1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_id": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debugsource@2.18.0-2.1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_id": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_id": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ignition-validate-debuginfo@2.18.0-2.1.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"product": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"product_id": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-azure-acr-image-credential-provider@4.16.0-202404301345.p0.g0e95532.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"product": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"product_id": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-gcp-gcr-image-credential-provider@4.16.0-202404181812.p0.g26b43df.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-0:2024.1-2.el9.s390x",
"product_id": "ostree-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-devel-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-devel-0:2024.1-2.el9.s390x",
"product_id": "ostree-devel-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-devel@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-libs-0:2024.1-2.el9.s390x",
"product_id": "ostree-libs-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debugsource-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-debugsource-0:2024.1-2.el9.s390x",
"product_id": "ostree-debugsource-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debugsource@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-debuginfo-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-debuginfo-0:2024.1-2.el9.s390x",
"product_id": "ostree-debuginfo-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-debuginfo@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"product": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"product_id": "ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ostree-libs-debuginfo@2024.1-2.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_id": "runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.1.12-3.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_id": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.1.12-3.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_id": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.1.12-3.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "containers-common-3:1-77.rhaos4.16.el9.s390x",
"product": {
"name": "containers-common-3:1-77.rhaos4.16.el9.s390x",
"product_id": "containers-common-3:1-77.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-77.rhaos4.16.el9?arch=s390x\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"product": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_id": "haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28@2.8.5-2.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"product": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_id": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy-debugsource@2.8.5-2.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"product": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_id": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/haproxy28-debuginfo@2.8.5-2.rhaos4.16.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-5.1.rhaos4.16.el9?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_id": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o@1.29.5-5.rhaos4.16.git7032128.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_id": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debugsource@1.29.5-5.rhaos4.16.git7032128.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_id": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cri-o-debuginfo@1.29.5-5.rhaos4.16.git7032128.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"product": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"product_id": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-clients@4.16.0-202406052127.p0.ga245041.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"product": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"product_id": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ose-aws-ecr-image-credential-provider@4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_id": "skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.14.4-1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"product": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_id": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.14.4-1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"product": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_id": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.14.4-1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_id": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.14.4-1.rhaos4.16.el9?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_id": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-hyperkube@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_id": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-apiserver@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_id": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-controller-manager@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_id": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kube-scheduler@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_id": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-kubelet@4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debugsource@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-central-debuginfo@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-debuginfo@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-host-debuginfo@24.03.2-19.el9fdp?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_id": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ovn24.03-vtep-debuginfo@24.03.2-19.el9fdp?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"product": {
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"product_id": "container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.231.0-1.rhaos4.16.el8?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.16.0-202404181812.p0.g7806532.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product": {
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product_id": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.16.0-202404181812.p0.g7806532.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"product": {
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_id": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift4-aws-iso@4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"product": {
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"product_id": "toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.0-2.rhaos4.16.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"product": {
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"product_id": "podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-5.1.rhaos4.16.el8?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"product": {
"name": "butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"product_id": "butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/butane-redistributable@0.21.0-1.rhaos4.16.el8?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"product": {
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"product_id": "container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.231.0-1.rhaos4.16.el9?arch=noarch\u0026epoch=3"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible@4.16.0-202404181812.p0.g7806532.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product": {
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product_id": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openshift-ansible-test@4.16.0-202404181812.p0.g7806532.assembly.stream.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"product": {
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"product_id": "toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.1.2-1.rhaos4.16.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"product": {
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"product_id": "podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-5.1.rhaos4.16.el9?arch=noarch\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-api@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-common@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-conductor@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-dnsmasq-tftp-server@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product": {
"name": "python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_id": "python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-tests@23.1.1-0.20240205131523.c1e46bd.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_id": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector@11.8.1-0.20240124142446.c544cf2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_id": "openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-api@11.8.1-0.20240124142446.c544cf2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_id": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-conductor@11.8.1-0.20240124142446.c544cf2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_id": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-inspector-dnsmasq@11.8.1-0.20240124142446.c544cf2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product": {
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_id": "python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-inspector-tests@11.8.1-0.20240124142446.c544cf2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product": {
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_id": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/openstack-ironic-python-agent@9.9.1-0.20240209151524.da4b167.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_id": "python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent@9.9.1-0.20240209151524.da4b167.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product": {
"name": "python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_id": "python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-python-agent-tests@9.9.1-0.20240209151524.da4b167.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"product": {
"name": "python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"product_id": "python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pysnmp-lextudio@5.0.26-2.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"product": {
"name": "python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"product_id": "python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-automaton@3.2.0-0.20231214191506.9255778.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"product": {
"name": "python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"product_id": "python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cinderclient@9.4.0-0.20231214204912.f1f14df.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product": {
"name": "python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product_id": "python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff@4.5.0-0.20240219142400.156e1eb.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product": {
"name": "python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product_id": "python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-cliff-tests@4.5.0-0.20240219142400.156e1eb.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"product": {
"name": "python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"product_id": "python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-debtcollector@2.5.0-0.20231214185855.a6b46c5.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"product": {
"name": "python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"product_id": "python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-dracclient@8.0.0-0.20231214182834.9c7499c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-eventlet-0:0.33.1-6.el9.noarch",
"product": {
"name": "python3-eventlet-0:0.33.1-6.el9.noarch",
"product_id": "python3-eventlet-0:0.33.1-6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-eventlet@0.33.1-6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"product": {
"name": "python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"product_id": "python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-futurist@2.4.1-0.20231214190050.159d752.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"product": {
"name": "python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"product_id": "python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-glanceclient@4.4.0-0.20231214201927.62e6fc8.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"product": {
"name": "python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"product_id": "python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-gunicorn-doc@20.0.4-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-gunicorn-0:20.0.4-4.el9.noarch",
"product": {
"name": "python3-gunicorn-0:20.0.4-4.el9.noarch",
"product_id": "python3-gunicorn-0:20.0.4-4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-gunicorn@20.0.4-4.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product": {
"name": "python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product_id": "python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware@0.31.0-0.20231214192627.af076d3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product": {
"name": "python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product_id": "python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-hardware-detect@0.31.0-0.20231214192627.af076d3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"product": {
"name": "python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"product_id": "python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-lib@5.6.1-0.20240118194123.d623b86.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"product": {
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"product_id": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-ironic-prometheus-exporter@4.3.0-0.20231219134422.5211827.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"product": {
"name": "python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"product_id": "python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonschema%2Bformat@4.17.3-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"product": {
"name": "python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"product_id": "python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonschema%2Bformat-nongpl@4.17.3-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-jsonschema-0:4.17.3-1.el9.noarch",
"product": {
"name": "python3-jsonschema-0:4.17.3-1.el9.noarch",
"product_id": "python3-jsonschema-0:4.17.3-1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-jsonschema@4.17.3-1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"product": {
"name": "python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"product_id": "python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneauth1@5.5.0-0.20240219144549.733a34b.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product": {
"name": "python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product_id": "python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient@5.3.0-0.20240219143223.83dfa1e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product": {
"name": "python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product_id": "python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystoneclient-tests@5.3.0-0.20240219143223.83dfa1e.el9?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"product": {
"name": "python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"product_id": "python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-keystonemiddleware@10.5.0-0.20240118173803.9ade074.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product": {
"name": "python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product_id": "python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-microversion-parse-doc@1.0.1-0.20240424173932.2c36df6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product": {
"name": "python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product_id": "python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-microversion-parse@1.0.1-0.20240424173932.2c36df6.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product": {
"name": "python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product_id": "python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk@2.1.0-0.20240219143936.ed4117f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product": {
"name": "python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product_id": "python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-openstacksdk-tests@2.1.0-0.20240219143936.ed4117f.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"product": {
"name": "python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"product_id": "python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-service-types@1.7.0-0.20231218155726.0b2f473.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product": {
"name": "python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product_id": "python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits@3.0.0-0.20231218162158.cff125c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product": {
"name": "python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product_id": "python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-os-traits-tests@3.0.0-0.20231218162158.cff125c.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product": {
"name": "python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product_id": "python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib@3.0.0-0.20240219141530.f0e64f7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product": {
"name": "python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product_id": "python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osc-lib-tests@3.0.0-0.20240219141530.f0e64f7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product": {
"name": "python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_id": "python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-cache-lang@3.6.0-0.20240219143729.3694193.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product": {
"name": "python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_id": "python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache@3.6.0-0.20240219143729.3694193.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product": {
"name": "python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_id": "python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-cache-tests@3.6.0-0.20240219143729.3694193.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product": {
"name": "python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_id": "python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-concurrency-lang@5.3.0-0.20240219142059.bd96105.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_id": "python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency@5.3.0-0.20240219142059.bd96105.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product": {
"name": "python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_id": "python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-concurrency-tests@5.3.0-0.20240219142059.bd96105.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"product": {
"name": "python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"product_id": "python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-config@9.3.0-0.20240219141530.2930db4.el9?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product": {
"name": "python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product_id": "python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context@5.3.0-0.20240118173150.8d25cad.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product": {
"name": "python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product_id": "python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-context-tests@5.3.0-0.20240118173150.8d25cad.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product": {
"name": "python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_id": "python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-db-lang@14.1.0-0.20231218180946.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product": {
"name": "python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_id": "python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db@14.1.0-0.20231218180946.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product": {
"name": "python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_id": "python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-db-tests@14.1.0-0.20231218180946.caebf76.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product": {
"name": "python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product_id": "python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-i18n-lang@6.2.0-0.20240118173758.4bcda78.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product": {
"name": "python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product_id": "python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-i18n@6.2.0-0.20240118173758.4bcda78.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product": {
"name": "python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_id": "python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-log-lang@5.4.0-0.20240118172027.b5b8c30.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product": {
"name": "python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_id": "python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log@5.4.0-0.20240118172027.b5b8c30.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product": {
"name": "python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_id": "python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-log-tests@5.4.0-0.20240118172027.b5b8c30.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product": {
"name": "python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_id": "python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-middleware-lang@6.0.0-0.20240219142814.fdd7e46.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product": {
"name": "python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_id": "python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware@6.0.0-0.20240219142814.fdd7e46.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product": {
"name": "python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_id": "python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-middleware-tests@6.0.0-0.20240219142814.fdd7e46.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product": {
"name": "python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_id": "python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-policy-lang@4.2.1-0.20231218165109.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product": {
"name": "python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_id": "python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy@4.2.1-0.20231218165109.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product": {
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_id": "python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-policy-tests@4.2.1-0.20231218165109.37de6f3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product_id": "python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap@7.1.0-0.20231218164901.0660a66.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product": {
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product_id": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-rootwrap-tests@7.1.0-0.20231218164901.0660a66.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product": {
"name": "python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product_id": "python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization@5.3.0-0.20240219144655.24d0f26.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product": {
"name": "python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product_id": "python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-serialization-tests@5.3.0-0.20240219144655.24d0f26.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product": {
"name": "python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product_id": "python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service@3.3.0-0.20240219143010.3900aa7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product": {
"name": "python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product_id": "python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-service-tests@3.3.0-0.20240219143010.3900aa7.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"product": {
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"product_id": "python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-upgradecheck@2.2.0-0.20231218163225.cbee52e.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product": {
"name": "python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_id": "python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-utils-lang@7.0.0-0.20240219145208.701b096.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product": {
"name": "python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_id": "python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils@7.0.0-0.20240219145208.701b096.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product": {
"name": "python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_id": "python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-utils-tests@7.0.0-0.20240219145208.701b096.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product": {
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_id": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-oslo-versionedobjects-lang@3.2.0-0.20231218174336.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_id": "python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects@3.2.0-0.20231218174336.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product": {
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_id": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-oslo-versionedobjects-tests@3.2.0-0.20231218174336.6478669.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"product": {
"name": "python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"product_id": "python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-osprofiler@4.1.0-0.20231214195221.3c5fead.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"product": {
"name": "python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"product_id": "python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-proliantutils@2.16.2-0.20240325141527.f655e23.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"product": {
"name": "python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"product_id": "python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pyasn1-doc@0.5.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-0:0.5.1-3.el9.noarch",
"product": {
"name": "python3-pyasn1-0:0.5.1-3.el9.noarch",
"product_id": "python3-pyasn1-0:0.5.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1@0.5.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"product": {
"name": "python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"product_id": "python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pyasn1-modules@0.5.1-3.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product": {
"name": "python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product_id": "python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-pycadf-common@3.1.1-0.20231214182229.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product": {
"name": "python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product_id": "python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-pycadf@3.1.1-0.20231214182229.4179996.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"product": {
"name": "python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"product_id": "python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-requestsexceptions@1.4.0-0.20231214180655.d7ac0ff.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"product": {
"name": "python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"product_id": "python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-scciclient@0.16.0-0.20240325141527.73b4e3d.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"product": {
"name": "python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"product_id": "python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-smi-lextudio@1.1.13-0.1.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"product": {
"name": "python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"product_id": "python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-stevedore@5.1.0-0.20231218163929.2d99ccc.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product": {
"name": "python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product_id": "python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy@5.1.0-0.20240318172512.cbb4daf.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product": {
"name": "python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product_id": "python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-tests@5.1.0-0.20240318172512.cbb4daf.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product_id": "python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac@5.0.1-0.20240423163051.4e51aef.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product": {
"name": "python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product_id": "python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-sushy-oem-idrac-tests@5.0.1-0.20240423163051.4e51aef.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"product": {
"name": "python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"product_id": "python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-swiftclient@4.4.0-0.20231214204138.54fbfa8.el9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch",
"product": {
"name": "python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch",
"product_id": "python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-tooz@4.2.0-0.20231214201931.bed303e.el9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64"
},
"product_reference": "butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x"
},
"product_reference": "butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src"
},
"product_reference": "butane-0:0.21.0-1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-0:0.21.0-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64"
},
"product_reference": "butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64"
},
"product_reference": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x"
},
"product_reference": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64"
},
"product_reference": "butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64"
},
"product_reference": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x"
},
"product_reference": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64"
},
"product_reference": "butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch"
},
"product_reference": "butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch"
},
"product_reference": "container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.231.0-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src"
},
"product_reference": "container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64"
},
"product_reference": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x"
},
"product_reference": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src"
},
"product_reference": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64"
},
"product_reference": "fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.6.13-3.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src"
},
"product_reference": "haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x"
},
"product_reference": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64"
},
"product_reference": "libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le"
},
"product_reference": "libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x"
},
"product_reference": "libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src"
},
"product_reference": "libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64"
},
"product_reference": "libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le"
},
"product_reference": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x"
},
"product_reference": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64"
},
"product_reference": "libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64"
},
"product_reference": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le"
},
"product_reference": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x"
},
"product_reference": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64"
},
"product_reference": "libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src"
},
"product_reference": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src"
},
"product_reference": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch"
},
"product_reference": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch"
},
"product_reference": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src"
},
"product_reference": "openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch"
},
"product_reference": "podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64"
},
"product_reference": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x"
},
"product_reference": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src"
},
"product_reference": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64"
},
"product_reference": "slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64"
},
"product_reference": "slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64"
},
"product_reference": "slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch"
},
"product_reference": "toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.0-2.rhaos4.16.el8.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src"
},
"product_reference": "toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"relates_to_product_reference": "8Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64"
},
"product_reference": "buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64"
},
"product_reference": "buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64"
},
"product_reference": "buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64"
},
"product_reference": "buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64"
},
"product_reference": "buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64"
},
"product_reference": "conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch"
},
"product_reference": "container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-3:2.231.0-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src"
},
"product_reference": "container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-3:1-77.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64"
},
"product_reference": "containers-common-3:1-77.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64"
},
"product_reference": "cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64"
},
"product_reference": "cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64"
},
"product_reference": "cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-0:1.29.0-3.1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64"
},
"product_reference": "cri-tools-0:1.29.0-3.1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64"
},
"product_reference": "cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64"
},
"product_reference": "cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64"
},
"product_reference": "crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64"
},
"product_reference": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le"
},
"product_reference": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x"
},
"product_reference": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src"
},
"product_reference": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64"
},
"product_reference": "golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-0:2.8.5-2.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src"
},
"product_reference": "haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64"
},
"product_reference": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le"
},
"product_reference": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x"
},
"product_reference": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64"
},
"product_reference": "haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64"
},
"product_reference": "haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le"
},
"product_reference": "haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x"
},
"product_reference": "haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64"
},
"product_reference": "haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64"
},
"product_reference": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le"
},
"product_reference": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x"
},
"product_reference": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64"
},
"product_reference": "haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src"
},
"product_reference": "ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64"
},
"product_reference": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x"
},
"product_reference": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64"
},
"product_reference": "ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src"
},
"product_reference": "openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src"
},
"product_reference": "openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch"
},
"product_reference": "openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64"
},
"product_reference": "openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64"
},
"product_reference": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le"
},
"product_reference": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x"
},
"product_reference": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64"
},
"product_reference": "openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64"
},
"product_reference": "ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64"
},
"product_reference": "ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64"
},
"product_reference": "ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.1-2.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src"
},
"product_reference": "ostree-0:2024.1-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-debuginfo-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-debuginfo-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debuginfo-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-debuginfo-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-debugsource-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-debugsource-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-debugsource-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-debugsource-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-debugsource-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-devel-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-devel-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-devel-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-devel-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-devel-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-grub2-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-grub2-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-grub2-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-grub2-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-libs-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-libs-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-libs-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-libs-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64"
},
"product_reference": "ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le"
},
"product_reference": "ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x"
},
"product_reference": "ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ostree-libs-debuginfo-0:2024.1-2.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64"
},
"product_reference": "ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src"
},
"product_reference": "ovn24.03-0:24.03.2-19.el9fdp.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64"
},
"product_reference": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le"
},
"product_reference": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x"
},
"product_reference": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64"
},
"product_reference": "ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch"
},
"product_reference": "podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64"
},
"product_reference": "runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64"
},
"product_reference": "runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64"
},
"product_reference": "runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64"
},
"product_reference": "skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x"
},
"product_reference": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64"
},
"product_reference": "skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.noarch as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.1.2-1.rhaos4.16.el9.src as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src"
},
"product_reference": "toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"relates_to_product_reference": "9Base-RHOSE-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src"
},
"product_reference": "openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src"
},
"product_reference": "openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch"
},
"product_reference": "openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch"
},
"product_reference": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src"
},
"product_reference": "openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pysnmp-lextudio-0:5.0.26-2.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src"
},
"product_reference": "pysnmp-lextudio-0:5.0.26-2.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src"
},
"product_reference": "python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src"
},
"product_reference": "python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src"
},
"product_reference": "python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src"
},
"product_reference": "python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src"
},
"product_reference": "python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-eventlet-0:0.33.1-6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src"
},
"product_reference": "python-eventlet-0:0.33.1-6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src"
},
"product_reference": "python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src"
},
"product_reference": "python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-0:20.0.4-4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src"
},
"product_reference": "python-gunicorn-0:20.0.4-4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-gunicorn-doc-0:20.0.4-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch"
},
"product_reference": "python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src"
},
"product_reference": "python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src"
},
"product_reference": "python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src"
},
"product_reference": "python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-jsonschema-0:4.17.3-1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src"
},
"product_reference": "python-jsonschema-0:4.17.3-1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src"
},
"product_reference": "python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src"
},
"product_reference": "python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src"
},
"product_reference": "python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src"
},
"product_reference": "python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch"
},
"product_reference": "python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src"
},
"product_reference": "python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src"
},
"product_reference": "python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src"
},
"product_reference": "python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src"
},
"product_reference": "python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src"
},
"product_reference": "python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch"
},
"product_reference": "python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src"
},
"product_reference": "python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch"
},
"product_reference": "python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src"
},
"product_reference": "python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src"
},
"product_reference": "python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src"
},
"product_reference": "python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch"
},
"product_reference": "python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src"
},
"product_reference": "python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch"
},
"product_reference": "python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src"
},
"product_reference": "python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch"
},
"product_reference": "python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src"
},
"product_reference": "python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch"
},
"product_reference": "python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src"
},
"product_reference": "python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch"
},
"product_reference": "python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src"
},
"product_reference": "python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src"
},
"product_reference": "python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src"
},
"product_reference": "python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src"
},
"product_reference": "python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src"
},
"product_reference": "python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch"
},
"product_reference": "python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src"
},
"product_reference": "python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch"
},
"product_reference": "python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src"
},
"product_reference": "python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src"
},
"product_reference": "python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-0:0.5.1-3.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src"
},
"product_reference": "python-pyasn1-0:0.5.1-3.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pyasn1-doc-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch"
},
"product_reference": "python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src"
},
"product_reference": "python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch"
},
"product_reference": "python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src"
},
"product_reference": "python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src"
},
"product_reference": "python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-smi-lextudio-0:1.1.13-0.1.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src"
},
"product_reference": "python-smi-lextudio-0:1.1.13-0.1.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src"
},
"product_reference": "python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src"
},
"product_reference": "python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src"
},
"product_reference": "python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src"
},
"product_reference": "python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src"
},
"product_reference": "python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch"
},
"product_reference": "python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch"
},
"product_reference": "python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch"
},
"product_reference": "python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch"
},
"product_reference": "python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch"
},
"product_reference": "python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch"
},
"product_reference": "python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-eventlet-0:0.33.1-6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch"
},
"product_reference": "python3-eventlet-0:0.33.1-6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch"
},
"product_reference": "python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch"
},
"product_reference": "python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-gunicorn-0:20.0.4-4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch"
},
"product_reference": "python3-gunicorn-0:20.0.4-4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch"
},
"product_reference": "python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch"
},
"product_reference": "python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch"
},
"product_reference": "python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch"
},
"product_reference": "python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch"
},
"product_reference": "python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch"
},
"product_reference": "python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch"
},
"product_reference": "python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonschema+format-0:4.17.3-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch"
},
"product_reference": "python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch"
},
"product_reference": "python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-jsonschema-0:4.17.3-1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch"
},
"product_reference": "python3-jsonschema-0:4.17.3-1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch"
},
"product_reference": "python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch"
},
"product_reference": "python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch"
},
"product_reference": "python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch"
},
"product_reference": "python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch"
},
"product_reference": "python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch"
},
"product_reference": "python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch"
},
"product_reference": "python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch"
},
"product_reference": "python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch"
},
"product_reference": "python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch"
},
"product_reference": "python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch"
},
"product_reference": "python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch"
},
"product_reference": "python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch"
},
"product_reference": "python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch"
},
"product_reference": "python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch"
},
"product_reference": "python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch"
},
"product_reference": "python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch"
},
"product_reference": "python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch"
},
"product_reference": "python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch"
},
"product_reference": "python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch"
},
"product_reference": "python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch"
},
"product_reference": "python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch"
},
"product_reference": "python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch"
},
"product_reference": "python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch"
},
"product_reference": "python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch"
},
"product_reference": "python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch"
},
"product_reference": "python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch"
},
"product_reference": "python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch"
},
"product_reference": "python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch"
},
"product_reference": "python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch"
},
"product_reference": "python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch"
},
"product_reference": "python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch"
},
"product_reference": "python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch"
},
"product_reference": "python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch"
},
"product_reference": "python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch"
},
"product_reference": "python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch"
},
"product_reference": "python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch"
},
"product_reference": "python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch"
},
"product_reference": "python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch"
},
"product_reference": "python3-pyasn1-0:0.5.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pyasn1-modules-0:0.5.1-3.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch"
},
"product_reference": "python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch"
},
"product_reference": "python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch"
},
"product_reference": "python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch"
},
"product_reference": "python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch"
},
"product_reference": "python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-smi-lextudio-0:1.1.13-0.1.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch"
},
"product_reference": "python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch"
},
"product_reference": "python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch"
},
"product_reference": "python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch"
},
"product_reference": "python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch"
},
"product_reference": "python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch"
},
"product_reference": "python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch as a component of Ironic content for Red Hat OpenShift Container Platform 4.16",
"product_id": "9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
},
"product_reference": "python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch",
"relates_to_product_reference": "9Base-RHOSE-IRONIC-4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-29483",
"cwe": {
"id": "CWE-696",
"name": "Incorrect Behavior Order"
},
"discovery_date": "2024-04-11T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274520"
}
],
"notes": [
{
"category": "description",
"text": "The dnspython stub resolver is vulnerable to a denial of service (DoS) risk if an attacker sends a malicious response forged with the correct address and port before a legitimate one arrives on the UDP port used by dnspython for the query. In such cases, dnspython could either switch to another resolver or abandon the query altogether, potentially leading to service denial for that resolution.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "dnspython: denial of service in stub resolver",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in dnspython where it may accept a malicious DNS response over a legitimate one due to timing issues poses a moderate severity risk. While the impact is limited to potential denial of service for DNS resolution requests, it requires precise timing and the ability to send malicious responses before legitimate ones arrive. This attack vector relies on the attacker\u0027s ability to predict or manipulate the timing of DNS responses, making it more complex to exploit compared to other vulnerabilities. However, if successfully exploited, it can disrupt DNS resolution services, affecting the availability of the targeted domain or service.",
"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-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-29483"
},
{
"category": "external",
"summary": "RHBZ#2274520",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274520"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-29483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29483"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-29483",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-29483"
},
{
"category": "external",
"summary": "https://www.dnspython.org/news/2.6.0rc1/",
"url": "https://www.dnspython.org/news/2.6.0rc1/"
}
],
"release_date": "2024-02-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "dnspython: denial of service in stub resolver"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.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.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-3727",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2024-04-12T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2274767"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the github.com/containers/image library. This flaw allows attackers to trigger unexpected authenticated registry accesses on behalf of a victim user, causing resource exhaustion, local path traversal, and other attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "containers/image: digest type does not guarantee valid type",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Some conditions are necessary for this attack to occur, such as the attacker being able to upload malicious images to the registry and persuade a victim to pull them. Hence, the severity of this flaw was 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": [
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-3727"
},
{
"category": "external",
"summary": "RHBZ#2274767",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2274767"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-3727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3727"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-3727"
}
],
"release_date": "2024-05-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "containers/image: digest type does not guarantee valid type"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.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.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"cve": "CVE-2024-24786",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"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": [
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"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-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"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-28176",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-10T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268820"
}
],
"notes": [
{
"category": "description",
"text": "Jose was found to have an uncontrolled resource consumption vulnerability. Under certain conditions, the user\u0027s environment can consume an unreasonable amount of CPU time or memory during JWE decryption operations, leading to a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jose: resource exhaustion",
"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.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-28176"
},
{
"category": "external",
"summary": "RHBZ#2268820",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268820"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-28176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28176"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-28176",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28176"
},
{
"category": "external",
"summary": "https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q",
"url": "https://github.com/panva/jose/security/advisories/GHSA-hhhv-q57g-882q"
}
],
"release_date": "2024-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-06-27T13:06:17+00:00",
"details": "For more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these\nupdated packages and images when they are available in the appropriate\nrelease channel. To check for available updates, use the OpenShift CLI (oc)\nor web console. Instructions for upgrading a cluster are available at \nhttps://docs.openshift.com/container-platform/4.16/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:0045"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:butane-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debuginfo-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:butane-debugsource-0:0.21.0-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:butane-redistributable-0:0.21.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:container-selinux-2:2.231.0-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containernetworking-plugins-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debuginfo-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containernetworking-plugins-debugsource-1:1.4.0-2.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.src",
"8Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.aarch64",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.ppc64le",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.s390x",
"8Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.src",
"8Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.aarch64",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.ppc64le",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.s390x",
"8Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el8.x86_64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:fuse-overlayfs-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debuginfo-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:fuse-overlayfs-debugsource-0:1.10-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:haproxy-0:2.6.13-3.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:haproxy-debugsource-0:2.6.13-3.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:libslirp-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debuginfo-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-debugsource-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:libslirp-devel-0:4.4.0-4.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.src",
"8Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.noarch",
"8Base-RHOSE-4.16:openshift4-aws-iso-0:4.16.0-202404181812.p0.gd2acdd5.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.aarch64",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.ppc64le",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.s390x",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.src",
"8Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el8.x86_64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-catatonit-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-gvproxy-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.src",
"8Base-RHOSE-4.16:slirp4netns-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debuginfo-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.aarch64",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.ppc64le",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.s390x",
"8Base-RHOSE-4.16:slirp4netns-debugsource-0:1.1.8-2.rhaos4.16.el8.x86_64",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.noarch",
"8Base-RHOSE-4.16:toolbox-0:0.1.0-2.rhaos4.16.el8.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:buildah-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-debugsource-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:buildah-tests-debuginfo-2:1.33.7-1.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debuginfo-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-debugsource-3:2.1.10-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:conmon-rs-0:0.6.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:container-selinux-3:2.231.0-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:containers-common-3:1-77.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.src",
"9Base-RHOSE-4.16:cri-o-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debuginfo-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.aarch64",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.ppc64le",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.s390x",
"9Base-RHOSE-4.16:cri-o-debugsource-0:1.29.5-5.rhaos4.16.git7032128.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.src",
"9Base-RHOSE-4.16:cri-tools-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debuginfo-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.aarch64",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.ppc64le",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.s390x",
"9Base-RHOSE-4.16:cri-tools-debugsource-0:1.29.0-3.1.el9.x86_64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:crun-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debuginfo-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:crun-debugsource-0:1.14.3-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.src",
"9Base-RHOSE-4.16:golang-github-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:haproxy-0:2.8.5-2.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy-debugsource-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:haproxy28-debuginfo-0:2.8.5-2.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:ignition-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-debugsource-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:ignition-validate-debuginfo-0:2.18.0-2.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:openshift-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-ansible-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-ansible-test-0:4.16.0-202404181812.p0.g7806532.assembly.stream.el9.noarch",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.src",
"9Base-RHOSE-4.16:openshift-clients-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-clients-redistributable-0:4.16.0-202406052127.p0.ga245041.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-hyperkube-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-apiserver-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-controller-manager-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kube-scheduler-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:openshift-kubelet-0:4.16.0-202406170957.p0.g29c95f3.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.aarch64",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.ppc64le",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.s390x",
"9Base-RHOSE-4.16:openshift-prometheus-promu-0:0.15.0-15.2.gitd5383c5.el9.x86_64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-aws-ecr-image-credential-provider-0:4.16.0-202405311136.p0.ga53e9de.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.aarch64",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-azure-acr-image-credential-provider-0:4.16.0-202404301345.p0.g0e95532.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.ppc64le",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.s390x",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.src",
"9Base-RHOSE-4.16:ose-gcp-gcr-image-credential-provider-0:4.16.0-202404181812.p0.g26b43df.assembly.stream.el9.x86_64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.src",
"9Base-RHOSE-4.16:ostree-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-debugsource-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-devel-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-grub2-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.aarch64",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.ppc64le",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.s390x",
"9Base-RHOSE-4.16:ostree-libs-debuginfo-0:2024.1-2.el9.x86_64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.src",
"9Base-RHOSE-4.16:ovn24.03-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-central-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-debugsource-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-host-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.aarch64",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.ppc64le",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.s390x",
"9Base-RHOSE-4.16:ovn24.03-vtep-debuginfo-0:24.03.2-19.el9fdp.x86_64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:podman-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-debugsource-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-docker-4:4.9.4-5.1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-plugins-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-remote-debuginfo-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:podman-tests-4:4.9.4-5.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:runc-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debuginfo-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:runc-debugsource-4:1.1.12-3.1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.src",
"9Base-RHOSE-4.16:skopeo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debuginfo-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-debugsource-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.aarch64",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.ppc64le",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.s390x",
"9Base-RHOSE-4.16:skopeo-tests-2:1.14.4-1.rhaos4.16.el9.x86_64",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.noarch",
"9Base-RHOSE-4.16:toolbox-0:0.1.2-1.rhaos4.16.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-1:23.1.1-0.20240205131523.c1e46bd.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-api-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-common-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-conductor-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-dnsmasq-tftp-server-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-0:11.8.1-0.20240124142446.c544cf2.el9.src",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-api-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-conductor-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-inspector-dnsmasq-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:openstack-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.src",
"9Base-RHOSE-IRONIC-4.16:pysnmp-lextudio-0:5.0.26-2.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-automaton-0:3.2.0-0.20231214191506.9255778.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-eventlet-0:0.33.1-6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-futurist-0:2.4.1-0.20231214190050.159d752.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-0:20.0.4-4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-gunicorn-doc-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-hardware-0:0.31.0-0.20231214192627.af076d3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-jsonschema-0:4.17.3-1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-microversion-parse-doc-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-cache-lang-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-concurrency-lang-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-db-lang-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-i18n-lang-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-log-lang-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-middleware-lang-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-policy-lang-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-utils-lang-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-oslo-versionedobjects-lang-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-0:0.5.1-3.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pyasn1-doc-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-0:3.1.1-0.20231214182229.4179996.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-pycadf-common-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-smi-lextudio-0:1.1.13-0.1.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.src",
"9Base-RHOSE-IRONIC-4.16:python-tooz-0:4.2.0-0.20231214201931.bed303e.el9.src",
"9Base-RHOSE-IRONIC-4.16:python3-automaton-0:3.2.0-0.20231214191506.9255778.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cinderclient-0:9.4.0-0.20231214204912.f1f14df.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-cliff-tests-0:4.5.0-0.20240219142400.156e1eb.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-debtcollector-0:2.5.0-0.20231214185855.a6b46c5.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-dracclient-0:8.0.0-0.20231214182834.9c7499c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-eventlet-0:0.33.1-6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-futurist-0:2.4.1-0.20231214190050.159d752.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-glanceclient-1:4.4.0-0.20231214201927.62e6fc8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-gunicorn-0:20.0.4-4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-hardware-detect-0:0.31.0-0.20231214192627.af076d3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-inspector-tests-0:11.8.1-0.20240124142446.c544cf2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-lib-0:5.6.1-0.20240118194123.d623b86.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-prometheus-exporter-0:4.3.0-0.20231219134422.5211827.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-python-agent-tests-0:9.9.1-0.20240209151524.da4b167.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-ironic-tests-1:23.1.1-0.20240205131523.c1e46bd.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema+format-nongpl-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-jsonschema-0:4.17.3-1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneauth1-0:5.5.0-0.20240219144549.733a34b.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystoneclient-tests-1:5.3.0-0.20240219143223.83dfa1e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-keystonemiddleware-0:10.5.0-0.20240118173803.9ade074.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-microversion-parse-0:1.0.1-0.20240424173932.2c36df6.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-openstacksdk-tests-0:2.1.0-0.20240219143936.ed4117f.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-service-types-0:1.7.0-0.20231218155726.0b2f473.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-os-traits-tests-0:3.0.0-0.20231218162158.cff125c.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osc-lib-tests-0:3.0.0-0.20240219141530.f0e64f7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-cache-tests-0:3.6.0-0.20240219143729.3694193.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-concurrency-tests-0:5.3.0-0.20240219142059.bd96105.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-config-2:9.3.0-0.20240219141530.2930db4.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-context-tests-0:5.3.0-0.20240118173150.8d25cad.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-db-tests-0:14.1.0-0.20231218180946.caebf76.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-i18n-0:6.2.0-0.20240118173758.4bcda78.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-log-tests-0:5.4.0-0.20240118172027.b5b8c30.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-middleware-tests-0:6.0.0-0.20240219142814.fdd7e46.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-policy-tests-0:4.2.1-0.20231218165109.37de6f3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-rootwrap-tests-0:7.1.0-0.20231218164901.0660a66.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-serialization-tests-0:5.3.0-0.20240219144655.24d0f26.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-service-tests-0:3.3.0-0.20240219143010.3900aa7.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-upgradecheck-0:2.2.0-0.20231218163225.cbee52e.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-utils-tests-0:7.0.0-0.20240219145208.701b096.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-oslo-versionedobjects-tests-0:3.2.0-0.20231218174336.6478669.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-osprofiler-0:4.1.0-0.20231214195221.3c5fead.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-proliantutils-0:2.16.2-0.20240325141527.f655e23.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pyasn1-modules-0:0.5.1-3.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pycadf-0:3.1.1-0.20231214182229.4179996.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-pysnmp-lextudio-0:5.0.26-2.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-requestsexceptions-0:1.4.0-0.20231214180655.d7ac0ff.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-scciclient-0:0.16.0-0.20240325141527.73b4e3d.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-smi-lextudio-0:1.1.13-0.1.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-stevedore-0:5.1.0-0.20231218163929.2d99ccc.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-oem-idrac-tests-0:5.0.1-0.20240423163051.4e51aef.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-sushy-tests-0:5.1.0-0.20240318172512.cbb4daf.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-swiftclient-0:4.4.0-0.20231214204138.54fbfa8.el9.noarch",
"9Base-RHOSE-IRONIC-4.16:python3-tooz-0:4.2.0-0.20231214201931.bed303e.el9.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose: resource exhaustion"
}
]
}
RHSA-2024:1616
Vulnerability from csaf_redhat - Published: 2024-07-01 00:28 - Updated: 2026-05-30 03:09A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Run Once Duration Override Operator for Red Hat OpenShift 1.1.1 for RHEL 9.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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 activeDeadlineSeconds\nfield during pod admission.\n\nSecurity Fix(es):\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* golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)",
"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:1616",
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "WRKLDS-1047",
"url": "https://issues.redhat.com/browse/WRKLDS-1047"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1616.json"
}
],
"title": "Red Hat Security Advisory: Run Once Duration Override Operator for Red Hat OpenShift 1.1.1 for RHEL 9",
"tracking": {
"current_release_date": "2026-05-30T03:09:49+00:00",
"generator": {
"date": "2026-05-30T03:09:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:1616",
"initial_release_date": "2024-07-01T00:28:51+00:00",
"revision_history": [
{
"date": "2024-07-01T00:28:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-07-01T00:28:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T03:09:49+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:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9\u0026tag=v1.1-21"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-operator-bundle\u0026tag=v1.1-20"
}
}
},
{
"category": "product_version",
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"product": {
"name": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"product_id": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd?arch=amd64\u0026repository_url=registry.redhat.io/run-once-duration-override-operator/run-once-duration-override-rhel9-operator\u0026tag=v1.1-21"
}
}
}
],
"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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_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:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_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:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_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:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_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:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
},
"product_reference": "run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64",
"relates_to_product_reference": "9Base-RODOO-1.1"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"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",
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-07-01T00:28:51+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.",
"product_ids": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1616"
},
{
"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-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-operator-bundle@sha256:ec2ad9acac7336403094c3387975d653a23abf203ba0d5dae0338d62e55f407b_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9-operator@sha256:c5354ce36382085f2185bcb33ee3580aedf786bb45c05120ff3dce4cecb814dd_amd64",
"9Base-RODOO-1.1:run-once-duration-override-operator/run-once-duration-override-rhel9@sha256:d840b81c0964b08ea2e8e7765b8517c5b5f5e6fc099c1b7e8993bbb4ebbc0025_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
}
]
}
RHSA-2024:2088
Vulnerability from csaf_redhat - Published: 2024-04-29 02:26 - Updated: 2026-05-28 20:32A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in the Eclipse Vert.x toolkit results in a memory leak due to using Netty FastThreadLocal data structures. Specifically, when the Vert.x HTTP client establishes connections to different hosts, triggering the memory leak. The leak can be accelerated with intimate runtime knowledge, allowing an attacker to exploit this vulnerability. For instance, a server accepting arbitrary internet addresses could serve as an attack vector by connecting to these addresses, thereby accelerating the memory leak.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
A vulnerability in the Eclipse Vert.x toolkit causes a memory leak in TCP servers configured with TLS and SNI support. When processing an unknown SNI server name assigned the default certificate instead of a mapped certificate, the SSL context is erroneously cached in the server name map, leading to memory exhaustion. This flaw allows attackers to send TLS client hello messages with fake server names, triggering a JVM out-of-memory error.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the io.netty:netty-codec-http package. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling issues due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing data to accumulate without limits. This flaw allows an attacker to cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for the Red Hat build of Cryostat 2 on RHEL 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": "An update is now available for the Red Hat build of Cryostat 2 on RHEL 8.\n\nSecurity Fix(es):\n\n* vert.x: io.vertx/vertx-core: memory leak due to the use of Netty FastThreadLocal data structures in Vertx (CVE-2024-1023)\n\n* vertx-core: io.vertx:vertx-core: memory leak when a TCP server is configured with TLS and SNI support (CVE-2024-1300)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* netty-codec-http: Allocation of Resources Without Limits or Throttling (CVE-2024-29025)\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:2088",
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2260840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260840"
},
{
"category": "external",
"summary": "2263139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263139"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2272907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272907"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2088.json"
}
],
"title": "Red Hat Security Advisory: Red Hat build of Cryostat security update",
"tracking": {
"current_release_date": "2026-05-28T20:32:50+00:00",
"generator": {
"date": "2026-05-28T20:32:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2088",
"initial_release_date": "2024-04-29T02:26:47+00:00",
"revision_history": [
{
"date": "2024-04-29T02:26:47+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-29T02:26:47+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:32:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Cryostat 2 on RHEL 8",
"product": {
"name": "Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:cryostat:2::el8"
}
}
}
],
"category": "product_family",
"name": "Cryostat"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.4.0-7"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.4.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7?arch=arm64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.4.0-4"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"product_id": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-grafana-dashboard-rhel8\u0026tag=2.4.0-7"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"product_id": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-reports-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"product_id": "cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-operator-bundle\u0026tag=2.4.0-4"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"product": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"product_id": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/cryostat-rhel8-operator\u0026tag=2.4.0-9"
}
}
},
{
"category": "product_version",
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64",
"product": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64",
"product_id": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487?arch=amd64\u0026repository_url=registry.redhat.io/cryostat-tech-preview/jfr-datasource-rhel8\u0026tag=2.4.0-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64"
},
"product_reference": "cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"relates_to_product_reference": "8Base-Cryostat-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64 as a component of Cryostat 2 on RHEL 8",
"product_id": "8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
},
"product_reference": "cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64",
"relates_to_product_reference": "8Base-Cryostat-2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-1023",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-01-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2260840"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in the Eclipse Vert.x toolkit results in a memory leak due to using Netty FastThreadLocal data structures. Specifically, when the Vert.x HTTP client establishes connections to different hosts, triggering the memory leak. The leak can be accelerated with intimate runtime knowledge, allowing an attacker to exploit this vulnerability. For instance, a server accepting arbitrary internet addresses could serve as an attack vector by connecting to these addresses, thereby accelerating the memory leak.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: memory leak due to the use of Netty FastThreadLocal data structures in Vertx",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1023"
},
{
"category": "external",
"summary": "RHBZ#2260840",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2260840"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1023"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1023",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1023"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/issues/5078",
"url": "https://github.com/eclipse-vertx/vert.x/issues/5078"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5080",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5080"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5082",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5082"
}
],
"release_date": "2024-01-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: memory leak due to the use of Netty FastThreadLocal data structures in Vertx"
},
{
"cve": "CVE-2024-1300",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2024-02-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263139"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability in the Eclipse Vert.x toolkit causes a memory leak in TCP servers configured with TLS and SNI support. When processing an unknown SNI server name assigned the default certificate instead of a mapped certificate, the SSL context is erroneously cached in the server name map, leading to memory exhaustion. This flaw allows attackers to send TLS client hello messages with fake server names, triggering a JVM out-of-memory error.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx:vertx-core: memory leak when a TCP server is configured with TLS and SNI support",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This affects only TLS servers with SNI enabled.",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1300"
},
{
"category": "external",
"summary": "RHBZ#2263139",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263139"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1300",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1300"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1300",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1300"
},
{
"category": "external",
"summary": "https://vertx.io/docs/vertx-core/java/#_server_name_indication_sni.",
"url": "https://vertx.io/docs/vertx-core/java/#_server_name_indication_sni."
}
],
"release_date": "2024-02-06T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx:vertx-core: memory leak when a TCP server is configured with TLS and SNI support"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-29025",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-04-03T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2272907"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the io.netty:netty-codec-http package. Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling issues due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing data to accumulate without limits. This flaw allows an attacker to cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "netty-codec-http: Allocation of Resources Without Limits or Throttling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in io.netty:netty-codec-http, allowing for Allocation of Resources Without Limits or Throttling issues, is assessed as moderate severity due to its potential impact on system availability and performance. By exploiting the flaw in HttpPostRequestDecoder, an attacker can craft chunked POST requests with numerous small fields, causing excessive accumulation of data in memory buffers. This unrestricted accumulation can lead to significant memory consumption on the server, potentially exhausting available resources and resulting in denial of service (DoS) conditions.",
"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-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29025"
},
{
"category": "external",
"summary": "RHBZ#2272907",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2272907"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29025"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29025"
},
{
"category": "external",
"summary": "https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3",
"url": "https://gist.github.com/vietj/f558b8ea81ec6505f1e9a6ca283c9ae3"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c",
"url": "https://github.com/netty/netty/commit/0d0c6ed782d13d423586ad0c71737b2c7d02058c"
},
{
"category": "external",
"summary": "https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v",
"url": "https://github.com/netty/netty/security/advisories/GHSA-5jpm-x58v-624v"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-IONETTY-6483812",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-IONETTY-6483812"
}
],
"release_date": "2024-03-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-29T02:26:47+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2088"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:c6f6accf2843a8d682184c4856ed4a33718598ac93f408a6ae176499afebb98c_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-grafana-dashboard-rhel8@sha256:ce37e72beb00a9eb2653cf6c248abf4d569cf3a708f83a67a0d4639f4893b31e_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:818f32bf078b473ea3d3e414134d55b196333b179db54371c7a283e20ae720be_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-operator-bundle@sha256:a737d333ff2270d1c4c5cdee31395840118f8845f1721215a0ed3339d6c0bfc7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:007cd4be45dbe9627b80ae749b78b751fe9846da0659f2a4f73e801a7207c663_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-reports-rhel8@sha256:59d2392e2a211b2abfe7d7f077037a3b7d6a5a6300c993d8dd11ab6a833cdaed_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:734054cf4f9b68b186ae2024caf7401321c14c63a70188f771617cc3ae83dc64_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8-operator@sha256:ecbc8c12eb93ba51d9f20bc53f6d83b730e0fd3a48facc3331daa34bd38fefdf_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:99dab409d9e80a951f39c80f3429fa34ab1ed99f68d41f15fedf63cb33eb5c29_amd64",
"8Base-Cryostat-2:cryostat-tech-preview/cryostat-rhel8@sha256:d8b2fe76c91ac7bfc781cb4b73289dfe88f3add9a9e3d2f452c9e1034d83a2c8_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:9b0de728776daa581545cce4c7ffac8ee35374b65968125dea89f5e896a958a7_arm64",
"8Base-Cryostat-2:cryostat-tech-preview/jfr-datasource-rhel8@sha256:f28d25a215222f8d1e19b59ea479dc22b71380cd8c3ffa99ae562727fbb1b487_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "netty-codec-http: Allocation of Resources Without Limits or Throttling"
}
]
}
RHSA-2024:2096
Vulnerability from csaf_redhat - Published: 2024-05-01 07:37 - Updated: 2026-05-30 03:09A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
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-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 | — |
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": "Moderate: Logging for Red Hat OpenShift - 5.9.1",
"title": "Topic"
},
{
"category": "general",
"text": "Logging for Red Hat OpenShift - 5.9.1",
"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:2096",
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "LOG-4672",
"url": "https://issues.redhat.com/browse/LOG-4672"
},
{
"category": "external",
"summary": "LOG-5062",
"url": "https://issues.redhat.com/browse/LOG-5062"
},
{
"category": "external",
"summary": "LOG-5268",
"url": "https://issues.redhat.com/browse/LOG-5268"
},
{
"category": "external",
"summary": "LOG-5278",
"url": "https://issues.redhat.com/browse/LOG-5278"
},
{
"category": "external",
"summary": "LOG-5307",
"url": "https://issues.redhat.com/browse/LOG-5307"
},
{
"category": "external",
"summary": "LOG-5309",
"url": "https://issues.redhat.com/browse/LOG-5309"
},
{
"category": "external",
"summary": "LOG-5322",
"url": "https://issues.redhat.com/browse/LOG-5322"
},
{
"category": "external",
"summary": "LOG-5323",
"url": "https://issues.redhat.com/browse/LOG-5323"
},
{
"category": "external",
"summary": "LOG-5395",
"url": "https://issues.redhat.com/browse/LOG-5395"
},
{
"category": "external",
"summary": "LOG-5397",
"url": "https://issues.redhat.com/browse/LOG-5397"
},
{
"category": "external",
"summary": "LOG-5401",
"url": "https://issues.redhat.com/browse/LOG-5401"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2096.json"
}
],
"title": "Red Hat Security Advisory: security update Logging for Red Hat OpenShift - 5.9.1",
"tracking": {
"current_release_date": "2026-05-30T03:09:58+00:00",
"generator": {
"date": "2026-05-30T03:09:58+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2096",
"initial_release_date": "2024-05-01T07:37:52+00:00",
"revision_history": [
{
"date": "2024-05-01T07:37:52+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-01T07:37:52+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T03:09:58+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHOL 5.9 for RHEL 9",
"product": {
"name": "RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:logging:5.9::el9"
}
}
}
],
"category": "product_family",
"name": "logging for Red Hat OpenShift"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.1-17"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"product": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"product_id": "openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-operator-bundle\u0026tag=v5.9.1-32"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-223"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-242"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.6-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"product_id": "openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"product": {
"name": "openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"product_id": "openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-operator-bundle\u0026tag=v5.9.1-10"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-520"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c?arch=amd64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-222"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.1-17"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-223"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-242"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"product_id": "openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.6-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64",
"product_id": "openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-520"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e?arch=arm64\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-222"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.1-17"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-223"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-242"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"product_id": "openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.6-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"product_id": "openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-520"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544?arch=s390x\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-222"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"product": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"product_id": "openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/cluster-logging-rhel9-operator\u0026tag=v5.9.1-17"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"product": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"product_id": "openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/log-file-metric-exporter-rhel9\u0026tag=v1.1.0-223"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"product": {
"name": "openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"product_id": "openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/eventrouter-rhel9\u0026tag=v0.4.0-242"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"product": {
"name": "openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"product_id": "openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/fluentd-rhel9\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"product": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"product_id": "openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-loki-rhel9\u0026tag=v2.9.6-12"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"product": {
"name": "openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"product_id": "openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/vector-rhel9\u0026tag=v0.34.1-4"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"product": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"product_id": "openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/logging-view-plugin-rhel9\u0026tag=v5.9.1-2"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"product": {
"name": "openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"product_id": "openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/loki-rhel9-operator\u0026tag=v5.9.1-5"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"product": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"product_id": "openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/lokistack-gateway-rhel9\u0026tag=v0.1.0-520"
}
}
},
{
"category": "product_version",
"name": "openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"product": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"product_id": "openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift-logging/opa-openshift-rhel9\u0026tag=v0.1.0-222"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64"
},
"product_reference": "openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64"
},
"product_reference": "openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le"
},
"product_reference": "openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le"
},
"product_reference": "openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64"
},
"product_reference": "openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
},
"product_reference": "openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64"
},
"product_reference": "openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64"
},
"product_reference": "openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x"
},
"product_reference": "openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64"
},
"product_reference": "openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64"
},
"product_reference": "openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"relates_to_product_reference": "9Base-RHOL-5.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64 as a component of RHOL 5.9 for RHEL 9",
"product_id": "9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
},
"product_reference": "openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64",
"relates_to_product_reference": "9Base-RHOL-5.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64"
],
"known_not_affected": [
"9Base-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
},
"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-05-01T07:37:52+00:00",
"details": "For OpenShift Container Platform 4.14 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 errata update:\n\nhttps://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nFor Red Hat OpenShift Logging 5.9, see the following instructions to apply this update:\n\nhttps://docs.openshift.com/container-platform/4.14/logging/cluster-logging-upgrading.html",
"product_ids": [
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2096"
},
{
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"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-RHOL-5.9:openshift-logging/cluster-logging-operator-bundle@sha256:b9b0d5bfcb535abd58c2f69228b1b11680c4deffcc28939562e04be64f3f1819_amd64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:7438e5913d29f4145f8066e6f16d956ee7d359152f1d4320e693e3956f18cca9_ppc64le",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:8d22a9a8f5172acbae285d9013b46b37469670922d10e23760bb42e88f2385cc_s390x",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:96355f3583c1facc7ce1d35271b45b938e32085d4f384dd31d77515b12ca2ea6_arm64",
"9Base-RHOL-5.9:openshift-logging/cluster-logging-rhel9-operator@sha256:f02a5d8d04b538e97b8548d46b4e30f95f0b61c4fde2a7e84f788e96375abcae_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:149245f6e7ef126c9866a20087253b05b224055a3f10ae80d1c838d7df9b36c3_amd64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:68e570ab61142e480d3d9634b37322712428b12114ab78a8c45bb043190c51b8_s390x",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:94a211e797db00bd9eda0b973248b1851c51b50431321860e1d7af1a587cd3ba_arm64",
"9Base-RHOL-5.9:openshift-logging/eventrouter-rhel9@sha256:a577a6eb01de0d8efb8f00b7906a800aa9cde2163097d5759745a86167e2c97c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:4ed8f5f1c6c32e57fada2d64b878c2ac332737bf9838adcc23924d69c4d79d6a_amd64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:9db3cb52aa3fa1517294af1a2d62568a0f547ab6e60e3ffc183ea1aaa6aaed00_arm64",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:c0ae53bf06eb2215b15b7c7f6226c51595fd4496fa9bcdac4a68ef8bbf8e3539_s390x",
"9Base-RHOL-5.9:openshift-logging/fluentd-rhel9@sha256:d168c33f796efc1ab9f8c9090a518276ad5b8681325d7a93268d8361424f9b39_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:083cd67a0f990e18bb27a19445a717ce59c1bde4b24cd3a255252356a33799f6_arm64",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:6742236fe7345b20e2a268dd50ee59b71440007dcfa1d3eeda9cd736f5c4d18c_ppc64le",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:83cdeaba33d3714b390587b4de159d0b6c7ff93727612c005109b610d59fc224_s390x",
"9Base-RHOL-5.9:openshift-logging/log-file-metric-exporter-rhel9@sha256:86aed724b2670ee04591f26b4c6d93bda1794383066a05604c378a83428c103a_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0100480ed62c245d41e8ed773e9d86e455571f43356fdbd393d07ceeae116a01_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:0612bac24616378ce5f0ac072811afe4f0b90f42967c8c71f6140a26b8c87d84_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:07cefaf47dec6bf96ef61e73adb20d0fb00a9c0ad02bcc1639ed135967f7a9ed_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-loki-rhel9@sha256:f1f35408f3680234c1baa7fd9c84b52462ee7f4c52c75034bef8c6a2cad55372_arm64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6b23a56140adbe97601e778c3e79c2fe6f0efd748847ed2c760f1707fead8f9a_ppc64le",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:6c1ba758c16b501eaddd9d677ac9543be13f6ed225a748f5ddd61fdceba9c406_amd64",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:8d04b5477d501a8c24889c4a8de6aac1a469866d60df30804907aa3da7d639f6_s390x",
"9Base-RHOL-5.9:openshift-logging/logging-view-plugin-rhel9@sha256:f44755e453fd642409d36d9067ee72bca5a7e7869f7c7388eba4a212ed6a2321_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-operator-bundle@sha256:9fb6e7902d07e07c361fe59701f47afc59738c5e79fb284b48a871396a32b611_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:10e2bf5e57e27a3d282fe42569c7942a5379b2d858068e1f7defce963b66ae11_ppc64le",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:485656286d971621a26ce84d3396487469d08b8a76e80cff72432c3e84f6cd1d_amd64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:a24707ef9b43a2f8efd48239f37b660ddd3c8f2a8d12257565263f4b981ea0fd_arm64",
"9Base-RHOL-5.9:openshift-logging/loki-rhel9-operator@sha256:c7cadd268b410021f4d3a3a5e908acff2284f4e0849930343f80d6aab4853ee6_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:13146ff17125b520effacedeba5dfc421abdca77e630fb97d6f2a617ffc29eec_ppc64le",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:2117cf12bf0e561098ff67be5107722aee0a0882246ffbdc51a05170a3ef8aea_s390x",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:25c50de74701e7eb3223e413826183deb019708a964e41ef2312aa4a0cc4b183_amd64",
"9Base-RHOL-5.9:openshift-logging/lokistack-gateway-rhel9@sha256:86a64598d537394af528bc9aa331a236fd529d0447031e6c915a5f1c8a4a6af5_arm64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:575991ff668c00f871273b761497bfce388892b9152d7c49e62efee1d199680f_ppc64le",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:6254f71ba78f25bd3181c64187bf45520d483f559ee0ea186e52b2a4eb3f659c_amd64",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:7a3e62b7f685a8f052ba0856d2148f27586fe2bf24d99321aa44dd03d18cf544_s390x",
"9Base-RHOL-5.9:openshift-logging/opa-openshift-rhel9@sha256:fcb406ba6ca71d851f3a1a88f1d33122d05727992ed094d11b58b26a845f307e_arm64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:0f53258d5af09af01a27e3cc7746e3f303e0973e0428cffee2b67248d9ca2c1b_ppc64le",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:483a6fb9b5f619a3ec9713d9a934deb7ffa402fdff1a6887741cf09207b904a2_amd64",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:de897486308dc6b5a60d0590781ed4ebba827d06795e918ed69fdb90093905ef_s390x",
"9Base-RHOL-5.9:openshift-logging/vector-rhel9@sha256:fa117df007f5f3d75d8c8a314a82f8607a035152ca83eb0ce167d0e8f1331c45_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "jose-go: improper handling of highly compressed data"
}
]
}
RHSA-2024:2562
Vulnerability from csaf_redhat - Published: 2024-04-30 13:33 - Updated: 2026-05-28 20:32A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey and ctx. That function uses named return parameters to free pkey and ctx if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the "return nil, nil, fail(...)" pattern, meaning that pkey and ctx will be nil inside the deferred function that should free them.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.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": "An update for golang is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The golang packages provide the Go programming language compiler.\n\nSecurity Fix(es):\n\n* golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads (CVE-2024-1394)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\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:2562",
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2562.json"
}
],
"title": "Red Hat Security Advisory: golang security update",
"tracking": {
"current_release_date": "2026-05-28T20:32:52+00:00",
"generator": {
"date": "2026-05-28T20:32:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2562",
"initial_release_date": "2024-04-30T13:33:46+00:00",
"revision_history": [
{
"date": "2024-04-30T13:33:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-04-30T13:33:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:32:52+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-2.el9_4.aarch64",
"product": {
"name": "go-toolset-0:1.21.9-2.el9_4.aarch64",
"product_id": "go-toolset-0:1.21.9-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-2.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-2.el9_4.aarch64",
"product": {
"name": "golang-0:1.21.9-2.el9_4.aarch64",
"product_id": "golang-0:1.21.9-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-2.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-2.el9_4.aarch64",
"product": {
"name": "golang-bin-0:1.21.9-2.el9_4.aarch64",
"product_id": "golang-bin-0:1.21.9-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-2.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-2.el9_4.ppc64le",
"product": {
"name": "go-toolset-0:1.21.9-2.el9_4.ppc64le",
"product_id": "go-toolset-0:1.21.9-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-2.el9_4.ppc64le",
"product": {
"name": "golang-0:1.21.9-2.el9_4.ppc64le",
"product_id": "golang-0:1.21.9-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-2.el9_4.ppc64le",
"product": {
"name": "golang-bin-0:1.21.9-2.el9_4.ppc64le",
"product_id": "golang-bin-0:1.21.9-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-2.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-2.el9_4.x86_64",
"product": {
"name": "go-toolset-0:1.21.9-2.el9_4.x86_64",
"product_id": "go-toolset-0:1.21.9-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-2.el9_4.x86_64",
"product": {
"name": "golang-0:1.21.9-2.el9_4.x86_64",
"product_id": "golang-0:1.21.9-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-2.el9_4.x86_64",
"product": {
"name": "golang-bin-0:1.21.9-2.el9_4.x86_64",
"product_id": "golang-bin-0:1.21.9-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-2.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-2.el9_4.s390x",
"product": {
"name": "go-toolset-0:1.21.9-2.el9_4.s390x",
"product_id": "go-toolset-0:1.21.9-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-2.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-2.el9_4.s390x",
"product": {
"name": "golang-0:1.21.9-2.el9_4.s390x",
"product_id": "golang-0:1.21.9-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-2.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-2.el9_4.s390x",
"product": {
"name": "golang-bin-0:1.21.9-2.el9_4.s390x",
"product_id": "golang-bin-0:1.21.9-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-2.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-0:1.21.9-2.el9_4.src",
"product": {
"name": "golang-0:1.21.9-2.el9_4.src",
"product_id": "golang-0:1.21.9-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-2.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.9-2.el9_4.noarch",
"product": {
"name": "golang-docs-0:1.21.9-2.el9_4.noarch",
"product_id": "golang-docs-0:1.21.9-2.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.9-2.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.9-2.el9_4.noarch",
"product": {
"name": "golang-misc-0:1.21.9-2.el9_4.noarch",
"product_id": "golang-misc-0:1.21.9-2.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.9-2.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.9-2.el9_4.noarch",
"product": {
"name": "golang-src-0:1.21.9-2.el9_4.noarch",
"product_id": "golang-src-0:1.21.9-2.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.9-2.el9_4?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.9-2.el9_4.noarch",
"product": {
"name": "golang-tests-0:1.21.9-2.el9_4.noarch",
"product_id": "golang-tests-0:1.21.9-2.el9_4.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.9-2.el9_4?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64"
},
"product_reference": "go-toolset-0:1.21.9-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le"
},
"product_reference": "go-toolset-0:1.21.9-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x"
},
"product_reference": "go-toolset-0:1.21.9-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64"
},
"product_reference": "go-toolset-0:1.21.9-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64"
},
"product_reference": "golang-0:1.21.9-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le"
},
"product_reference": "golang-0:1.21.9-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x"
},
"product_reference": "golang-0:1.21.9-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src"
},
"product_reference": "golang-0:1.21.9-2.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64"
},
"product_reference": "golang-0:1.21.9-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64"
},
"product_reference": "golang-bin-0:1.21.9-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le"
},
"product_reference": "golang-bin-0:1.21.9-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x"
},
"product_reference": "golang-bin-0:1.21.9-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64"
},
"product_reference": "golang-bin-0:1.21.9-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.21.9-2.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch"
},
"product_reference": "golang-docs-0:1.21.9-2.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.21.9-2.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch"
},
"product_reference": "golang-misc-0:1.21.9-2.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.21.9-2.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch"
},
"product_reference": "golang-src-0:1.21.9-2.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.21.9-2.el9_4.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
},
"product_reference": "golang-tests-0:1.21.9-2.el9_4.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"acknowledgments": [
{
"names": [
"@r3kumar",
"@qmuntal"
]
}
],
"cve": "CVE-2024-1394",
"cwe": {
"id": "CWE-401",
"name": "Missing Release of Memory after Effective Lifetime"
},
"discovery_date": "2024-02-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2262921"
}
],
"notes": [
{
"category": "description",
"text": "A memory leak flaw was found in Golang in the RSA encrypting/decrypting code, which might lead to a resource exhaustion vulnerability using attacker-controlled inputs\u200b. The memory leak happens in github.com/golang-fips/openssl/openssl/rsa.go#L113. The objects leaked are pkey\u200b and ctx\u200b. That function uses named return parameters to free pkey\u200b and ctx\u200b if there is an error initializing the context or setting the different properties. All return statements related to error cases follow the \"return nil, nil, fail(...)\" pattern, meaning that pkey\u200b and ctx\u200b will be nil inside the deferred function that should free them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The majority of RHEL utilities are not long-running applications; instead, they are command-line tools. These tools utilize Golang package as build-time dependency, which is why they are classified as having a \"Moderate\" level of impact.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-1394"
},
{
"category": "external",
"summary": "RHBZ#2262921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2262921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-1394",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1394"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1394"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136",
"url": "https://github.com/golang-fips/openssl/commit/85d31d0d257ce842c8a1e63c4d230ae850348136"
},
{
"category": "external",
"summary": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6",
"url": "https://github.com/golang-fips/openssl/security/advisories/GHSA-78hx-gp6g-7mj6"
},
{
"category": "external",
"summary": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f",
"url": "https://github.com/microsoft/go-crypto-openssl/commit/104fe7f6912788d2ad44602f77a0a0a62f1f259f"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2660",
"url": "https://pkg.go.dev/vuln/GO-2024-2660"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2660.json",
"url": "https://vuln.go.dev/ID/GO-2024-2660.json"
}
],
"release_date": "2024-03-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang-fips/openssl: Memory leaks in code encrypting and decrypting RSA payloads"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-04-30T13:33:46+00:00",
"details": "For details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2562"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:go-toolset-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:golang-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:golang-bin-0:1.21.9-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:golang-docs-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-misc-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-src-0:1.21.9-2.el9_4.noarch",
"AppStream-9.4.0.Z.MAIN.EUS:golang-tests-0:1.21.9-2.el9_4.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
}
]
}
RHSA-2024:2724
Vulnerability from csaf_redhat - Published: 2024-05-07 10:45 - Updated: 2026-05-28 20:32A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git-lfs is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\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:2724",
"url": "https://access.redhat.com/errata/RHSA-2024:2724"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2724.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security update",
"tracking": {
"current_release_date": "2026-05-28T20:32:55+00:00",
"generator": {
"date": "2026-05-28T20:32:55+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2724",
"initial_release_date": "2024-05-07T10:45:42+00:00",
"revision_history": [
{
"date": "2024-05-07T10:45:42+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-07T10:45:42+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:32:55+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el9_4.src",
"product": {
"name": "git-lfs-0:3.4.1-2.el9_4.src",
"product_id": "git-lfs-0:3.4.1-2.el9_4.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el9_4?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el9_4.aarch64",
"product": {
"name": "git-lfs-0:3.4.1-2.el9_4.aarch64",
"product_id": "git-lfs-0:3.4.1-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el9_4?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el9_4?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el9_4.ppc64le",
"product": {
"name": "git-lfs-0:3.4.1-2.el9_4.ppc64le",
"product_id": "git-lfs-0:3.4.1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el9_4?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el9_4?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el9_4.x86_64",
"product": {
"name": "git-lfs-0:3.4.1-2.el9_4.x86_64",
"product_id": "git-lfs-0:3.4.1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el9_4?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el9_4?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el9_4.s390x",
"product": {
"name": "git-lfs-0:3.4.1-2.el9_4.s390x",
"product_id": "git-lfs-0:3.4.1-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el9_4?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el9_4?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64"
},
"product_reference": "git-lfs-0:3.4.1-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le"
},
"product_reference": "git-lfs-0:3.4.1-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x"
},
"product_reference": "git-lfs-0:3.4.1-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el9_4.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src"
},
"product_reference": "git-lfs-0:3.4.1-2.el9_4.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64"
},
"product_reference": "git-lfs-0:3.4.1-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-07T10:45:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2724"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-07T10:45:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2724"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-07T10:45:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2724"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-07T10:45:42+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2724"
},
{
"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": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.src",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el9_4.x86_64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.aarch64",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.ppc64le",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.s390x",
"AppStream-9.4.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el9_4.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
RHSA-2024:2901
Vulnerability from csaf_redhat - Published: 2024-05-23 14:09 - Updated: 2026-05-30 03:10A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
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: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Low"
},
"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": "Custom Metrics Autoscaler Operator for Red Hat OpenShift including security\nupdates.\n\nThe following updates for the Custom Metric Autoscaler operator for Red Hat\nOpenShift are now available:\n\n* custom-metrics-autoscaler-adapter-container\n* custom-metrics-autoscaler-admission-webhooks-container\n* custom-metrics-autoscaler-container\n* custom-metrics-autoscaler-operator-bundle-container\n* custom-metrics-autoscaler-operator-container\n\nRed Hat Product Security has rated this update as having a security impact of Low. 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 Custom Metrics Autoscaler Operator for Red Hat OpenShift is an optional\noperator, based on the Kubernetes Event Driven Autoscaler (KEDA), which allows\nworkloads to be scaled using additional metrics sources other than pod metrics.\nThis release builds upon updated compiler, runtime library, and base images for\nthe purpose of resolving any potential security issues present in previous\ntoolset versions.\n\nThis version makes use of newer tools and libraries to address the following\nissues:\ngolang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON (CVE-2024-24786)\ngolang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\ngolang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\ngolang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\ngolang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\ngolang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\nThis release is based upon KEDA 2.12.1",
"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:2901",
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#low",
"url": "https://access.redhat.com/security/updates/classification/#low"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2901.json"
}
],
"title": "Red Hat Security Advisory: Custom Metrics Autoscaler Operator for Red Hat OpenShift 2.12.1-394 Security Update",
"tracking": {
"current_release_date": "2026-05-30T03:10:02+00:00",
"generator": {
"date": "2026-05-30T03:10:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2901",
"initial_release_date": "2024-05-23T14:09:31+00:00",
"revision_history": [
{
"date": "2024-05-23T14:09:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-23T14:09:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-30T03:10:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "OpenShift Custom Metrics Autoscaler 2",
"product": {
"name": "OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_custom_metrics_autoscaler:2.0::el8"
}
}
}
],
"category": "product_family",
"name": "OpenShift Custom Metrics Autoscaler"
},
{
"branches": [
{
"category": "product_version",
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"product": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"product_id": "custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8\u0026tag=2.12.1-394"
}
}
},
{
"category": "product_version",
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"product": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"product_id": "custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8\u0026tag=2.12.1-394"
}
}
},
{
"category": "product_version",
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64",
"product": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64",
"product_id": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8\u0026tag=2.12.1-394"
}
}
},
{
"category": "product_version",
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"product": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"product_id": "custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle\u0026tag=2.12.1-394"
}
}
},
{
"category": "product_version",
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"product": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"product_id": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69?arch=amd64\u0026repository_url=registry.redhat.io/custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator\u0026tag=2.12.1-394"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64 as a component of OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64"
},
"product_reference": "custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"relates_to_product_reference": "8Base-OCMA-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64 as a component of OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64"
},
"product_reference": "custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"relates_to_product_reference": "8Base-OCMA-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64 as a component of OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64"
},
"product_reference": "custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"relates_to_product_reference": "8Base-OCMA-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64 as a component of OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64"
},
"product_reference": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"relates_to_product_reference": "8Base-OCMA-2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64 as a component of OpenShift Custom Metrics Autoscaler 2",
"product_id": "8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
},
"product_reference": "custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64",
"relates_to_product_reference": "8Base-OCMA-2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"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-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
},
{
"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",
"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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24786"
},
{
"category": "external",
"summary": "RHBZ#2268046",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268046"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24786"
},
{
"category": "external",
"summary": "https://go.dev/cl/569356",
"url": "https://go.dev/cl/569356"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/",
"url": "https://groups.google.com/g/golang-announce/c/ArQ6CDgtEjY/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2611",
"url": "https://pkg.go.dev/vuln/GO-2024-2611"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T14:09:31+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": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2901"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-adapter-rhel8@sha256:1b0955076b99b7b240ef4baf55c079a8bba0d779fff6828e9acae70f4c71ad2b_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-admission-webhooks-rhel8@sha256:cd17032a683ebcdee0a8566e9427cc4e20eaa7413489dc2f9739bb1338c4c4a1_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-operator-bundle@sha256:b37be6f77b561de87de3a1678ac59edf6fc56fac6eabb86d767013ba5beca423_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8-operator@sha256:de412b59e51684011b87900b31c46b04ef7b3f82b17ec65c9606b5d493aa8a69_amd64",
"8Base-OCMA-2:custom-metrics-autoscaler/custom-metrics-autoscaler-rhel8@sha256:0a3f76360bc53346024baad729ee588e5bf8f616bfcdc31ebbe7772060ecd380_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON"
}
]
}
RHSA-2024:2941
Vulnerability from csaf_redhat - Published: 2024-05-21 09:58 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer's machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security. The updated image includes changes, bug fixes, and updates to patch vulnerabilities.\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": "This release of RHACS 4.4.2 provides the following bug fixes:\n\n* Before this update, Collector pods on nodes with 128 or more cores would fail with a `CrashLoopBackOff` status due to issues with how the CO-RE BPF allocated kernel memory. The patch release fixes this issue.\n* This release updates the Scanner baseline vulnerability data to address changes made to the Red Hat security data feeds that were not compatible with earlier data from Scanner\u2019s scheduled feed processing. This fixes various issues where vulnerabilities were detected for images containing packages that were incorrectly indicated as affected by a vulnerability.\n* This release fixes a crash and rendering error in the network graph that occurs when Central is running an RHACS release of 4.3.6 or earlier and Sensor is running an RHACS release of 4.4.0 or later.\n* Previously, RHACS did not update the alerts when violations changed. This release fixes the issue, and RHACS correctly updates the alerts when violations change.\n\nThis release provides the following changes:\n\n* The default telemetry endpoint is now set to a Red Hat proxy.\n* This release includes a new environment variable, ROX_API_TOKEN_FILE, that you can use to pass your API\u2019s token file path to the `roxctl` CLI.\n\nThis releases updates the following items to patch vulnerabilities:\n\n* (CVE-2023-45288) Go has been updated to release 1.21.9.\n* (CVE-2023-45288) The `golang.org/x/net` module has been updated from release v0.22.0 to v0.23.0.\n* (CVE-2024-29180) webpack-dev-middleware module has been updated form version 5.3.3 to 5.3.4.",
"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:2941",
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html",
"url": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_2941.json"
}
],
"title": "Red Hat Security Advisory: RHACS 4.4 enhancement and security update",
"tracking": {
"current_release_date": "2026-05-28T20:33:02+00:00",
"generator": {
"date": "2026-05-28T20:33:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:2941",
"initial_release_date": "2024-05-21T09:58:45+00:00",
"revision_history": [
{
"date": "2024-05-21T09:58:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-21T09:58:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.4 for RHEL 8",
"product": {
"name": "RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.2-4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.2-4"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.2-4"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.2-6"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.2-4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_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": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_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": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-29180",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2024-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2270863"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the webpack-dev-middleware package, where it failed to validate the supplied URL address sufficiently before returning local files. This flaw allows an attacker to craft URLs to return arbitrary local files from the developer\u0027s machine. The lack of normalization before calling the middleware also allows the attacker to perform path traversal attacks on the target environment.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "webpack-dev-middleware: lack of URL validation may lead to file leak",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The vulnerability in webpack-dev represents a important security issue due to its potential to expose sensitive files and compromise developer machines. By failing to validate URLs and normalize paths effectively, the middleware allows attackers to craft malicious requests that can retrieve arbitrary local files or perform unauthorized path traversal. This could lead to unauthorized access to confidential information, including source code, configuration files, and even system-level files. Given the widespread use of webpack-dev-middleware in web development environments, addressing this vulnerability promptly is important to prevent serious data breaches and protect the integrity of development processes.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-29180"
},
{
"category": "external",
"summary": "RHBZ#2270863",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2270863"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-29180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-29180"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-29180"
},
{
"category": "external",
"summary": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6",
"url": "https://github.com/webpack/webpack-dev-middleware/security/advisories/GHSA-wr3j-pwj9-hqq6"
}
],
"release_date": "2024-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-21T09:58:45+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to patch release 4.4.2.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:2941"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e0fc51bc1bb082a01224bf0778ef0c8eef7e3ed27334c37a28a59b914cef697_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:9e44f0ce6686996e385bc2ef062e57016f1b124dc7a8e63e2100ac28bdbf7d9c_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:bbcf4bfd15c860a8e9345189063c129ba4d70d0e340e4a4f82a4ff5f993df368_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2008a094efbc5b5ad83cfc91bc22e58ede1a0cc575b542bb33fc76458b48c95b_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:2e0ff5e4ff6c47a9ff6b6e7f26c033341d2362a7b5798b3bae8f96521cdad286_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cc19c76bb9123c31e3f719a843c6a9074ba0603e67fe83349e35283bcd597c6f_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:02f81a9d3ee238a4741ea7d0000c5c87620491ed6f9e218fc101d08cc74d26c2_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:7d704bfa49659fcef56de71e15aff4542e5ac5e4644f905a25f9e25a6d535382_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:eefa59e9d0e012a94623efb71c34a267bf2bc9b10070eb394e51797affe5daad_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:596ffae8ac3bba59dc3dc7bd488d0732ac513c5c3e35761927d21d4fc0fa1392_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:6a56bd52c5fe2b2203aeb4fd37e6892a5f23b7d0abae10fc5e0d154344c8f1bf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:72ce43136e850f86fe675822e43dfd7d7e660ceaf2517d3f0a83f34d0d026007_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:4cadca01bf16098d0e243ef1aa02d2b7fa6d6d04ae3562b48174298e00a00705_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:5d6bf72214aaed0ee0bd16ba8ed707a63c7312936ea361850a716e3fda7e2c8e_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:b800c559f4e93d6a8d7422128e26688b8872c589c92944cb46815ec2b7c68371_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:0038e1daba8fd9874063d7d25f86b086ba5f23d51aa76530802d324d78f74006_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:9dff6deaeae98ac7812d845cf1446cd3904a8066a777dc013ea9ee22f50ba16a_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:a53eaf71ed81cf3f109b44463a0b70c389d4330aeebed676970f8aa32780a008_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:5037ebcf2fbc8bd8bdac7ffb8b9aafb5c7d6c990c0f7cc149d89028d6ebd2a47_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:56edbd1f69da14ae4279f34a8149c7b6200625e853e995a78b5b64c0681f2383_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f0156b634592bb9556ce7112cba3f173469f61607da40780d07dee4032ec9a93_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0a344d812fb72ad90e1e423d527347e2dc680fb10ea0d90aadacdb4c2a50e7f8_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:681ddb4c8dd62755a0e15ed1c4029065ddec65a06d12449f187180489daf9b5f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:79c8938936e9022aba223bcec2b80ea5af9e6d4dd2e6671e274f16b32be0109d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:09f1b7a8be64cb152fbd31501274fc1f97b08e076af34111ebb50afa5384d746_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:a3476b790be420bc6b60c9cf53af38496dd4a4c83e0462f52e4b57dc23786e28_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cae64828e29d8ef2628f346ec786450a3dffd4f2c73f57d719a98d9e119ad745_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:124865ec25d18e31bc385d1003275581e6679b7ca8775651be8f595ab558243d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:8c0a614d1c7f43bd597b73e7f9a226502b79680b13aab0b33406327514f9aefb_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f4e7d9a40b47f219dc1dbb6584b9d936aa83ea3c642b7c32a41f7393180e5cb2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:13229a675b026bccc86b1b6681431b932f6c938a9931923b1b1f98b052f64951_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2268441224f9dd53b42990455199528c8049615126f6521b9b1a14be5409c84c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:79a9120a84a63ad8d54eb913fc3c6b562921165432b5b40eaa3c0392dc6fa31b_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1b2f39b0f1fd77d312384394220b974fefeb2c07ed8a56fe68bf061d6beb3bdb_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1e28b9001bf9e962499e7780ea2ad55fa3e9f06895392a8429741148682e7479_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9c39c394312c3db47234a63f6f387b2aeda0f80c184aacee13f56e596666f224_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:47742f7ccdf7f08ce0eb58f5608dfa5fdd0f51df8d7aaef58a5369a9179644ff_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cb0b488798275236203dfdcc51b944a756f7cf46d753557507992c08e4b59dbf_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:d0d367a05ad533fe1b0216690caf4a8d270b452fc4f6cab276e45beef2c05b61_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "webpack-dev-middleware: lack of URL validation may lead to file leak"
}
]
}
RHSA-2024:3259
Vulnerability from csaf_redhat - Published: 2024-05-22 11:47 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the go-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. \n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\n\n* golang: net/mail: comments in display names are incorrectly handled (CVE-2024-24784)\n\n* golang: html/template: errors returned from MarshalJSON methods may break template escaping (CVE-2024-24785)\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:3259",
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3259.json"
}
],
"title": "Red Hat Security Advisory: go-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-05-28T20:33:03+00:00",
"generator": {
"date": "2026-05-28T20:33:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3259",
"initial_release_date": "2024-05-22T11:47:21+00:00",
"revision_history": [
{
"date": "2024-05-22T11:47:21+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-22T11:47:21+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"product": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src (go-toolset:rhel8)",
"product_id": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=src\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=src\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"product": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src (go-toolset:rhel8)",
"product_id": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=src\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product": {
"name": "golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8)",
"product_id": "golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-docs@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product": {
"name": "golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8)",
"product_id": "golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-misc@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product": {
"name": "golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8)",
"product_id": "golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-src@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product": {
"name": "golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8)",
"product_id": "golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-tests@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=noarch\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8)",
"product_id": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8)",
"product_id": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=aarch64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8)",
"product_id": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8)",
"product_id": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=ppc64le\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8)",
"product_id": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debuginfo@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8)",
"product_id": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/delve-debugsource@1.21.2-3.module%2Bel8.10.0%2B21244%2B5b2d9000?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8)",
"product_id": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=x86_64\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8)",
"product_id": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/go-toolset@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8)",
"product_id": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
},
{
"category": "product_version",
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8)",
"product_id": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/golang-bin@1.21.9-1.module%2Bel8.10.0%2B21671%2Bb35c3b78?arch=s390x\u0026rpmmod=go-toolset:rhel8:8100020240412145753:a3795dee"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8"
},
"product_reference": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8"
},
"product_reference": "delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8"
},
"product_reference": "go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8"
},
"product_reference": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8"
},
"product_reference": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64 (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8"
},
"product_reference": "golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
},
"product_reference": "golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
},
"product_reference": "golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
},
"product_reference": "golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch (go-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
},
"product_reference": "golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
},
{
"cve": "CVE-2024-24784",
"cwe": {
"id": "CWE-115",
"name": "Misinterpretation of Input"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268021"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/mail standard library package. The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions made by programs using different parsers.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/mail: comments in display names are incorrectly handled",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24784"
},
{
"category": "external",
"summary": "RHBZ#2268021",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268021"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24784"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/mail: comments in display names are incorrectly handled"
},
{
"cve": "CVE-2024-24785",
"cwe": {
"id": "CWE-74",
"name": "Improper Neutralization of Special Elements in Output Used by a Downstream Component (\u0027Injection\u0027)"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268022"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s html/template standard library package. If errors returned from MarshalJSON methods contain user-controlled data, they may be used to break the contextual auto-escaping behavior of the html/template package, allowing subsequent actions to inject unexpected content into templates.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: html/template: errors returned from MarshalJSON methods may break template escaping",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24785"
},
{
"category": "external",
"summary": "RHBZ#2268022",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268022"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24785"
},
{
"category": "external",
"summary": "https://go.dev/cl/564196",
"url": "https://go.dev/cl/564196"
},
{
"category": "external",
"summary": "https://go.dev/issue/65697",
"url": "https://go.dev/issue/65697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://vuln.go.dev/ID/GO-2024-2610.json",
"url": "https://vuln.go.dev/ID/GO-2024-2610.json"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-22T11:47:21+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3259"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debuginfo-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:delve-debugsource-0:1.21.2-3.module+el8.10.0+21244+5b2d9000.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:go-toolset-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.src::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.aarch64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.ppc64le::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.s390x::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-bin-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.x86_64::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-docs-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-misc-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-src-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8",
"AppStream-8.10.0.Z.MAIN.EUS:golang-tests-0:1.21.9-1.module+el8.10.0+21671+b35c3b78.noarch::go-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: html/template: errors returned from MarshalJSON methods may break template escaping"
}
]
}
RHSA-2024:3346
Vulnerability from csaf_redhat - Published: 2024-05-23 18:12 - Updated: 2026-05-28 20:33A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as "Authorization" or "Cookie". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was discovered in Go's net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Go's crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for git-lfs 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": "Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.\n\nSecurity Fix(es):\n\n* golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS (CVE-2023-45288)\n\n* golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect (CVE-2023-45289)\n\n* golang: net/http: memory exhaustion in Request.ParseMultipartForm (CVE-2023-45290)\n\n* golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm (CVE-2024-24783)\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:3346",
"url": "https://access.redhat.com/errata/RHSA-2024:3346"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3346.json"
}
],
"title": "Red Hat Security Advisory: git-lfs security update",
"tracking": {
"current_release_date": "2026-05-28T20:33:07+00:00",
"generator": {
"date": "2026-05-28T20:33:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2024:3346",
"initial_release_date": "2024-05-23T18:12:50+00:00",
"revision_history": [
{
"date": "2024-05-23T18:12:50+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-23T18:12:50+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:33:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el8_10.src",
"product": {
"name": "git-lfs-0:3.4.1-2.el8_10.src",
"product_id": "git-lfs-0:3.4.1-2.el8_10.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el8_10?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el8_10.aarch64",
"product": {
"name": "git-lfs-0:3.4.1-2.el8_10.aarch64",
"product_id": "git-lfs-0:3.4.1-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el8_10?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el8_10?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el8_10.ppc64le",
"product": {
"name": "git-lfs-0:3.4.1-2.el8_10.ppc64le",
"product_id": "git-lfs-0:3.4.1-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el8_10?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el8_10?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el8_10.x86_64",
"product": {
"name": "git-lfs-0:3.4.1-2.el8_10.x86_64",
"product_id": "git-lfs-0:3.4.1-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el8_10?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el8_10?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "git-lfs-0:3.4.1-2.el8_10.s390x",
"product": {
"name": "git-lfs-0:3.4.1-2.el8_10.s390x",
"product_id": "git-lfs-0:3.4.1-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs@3.4.1-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"product": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"product_id": "git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debugsource@3.4.1-2.el8_10?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"product": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"product_id": "git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/git-lfs-debuginfo@3.4.1-2.el8_10?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64"
},
"product_reference": "git-lfs-0:3.4.1-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le"
},
"product_reference": "git-lfs-0:3.4.1-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x"
},
"product_reference": "git-lfs-0:3.4.1-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el8_10.src as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src"
},
"product_reference": "git-lfs-0:3.4.1-2.el8_10.src",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-0:3.4.1-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64"
},
"product_reference": "git-lfs-0:3.4.1-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64"
},
"product_reference": "git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.s390x as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
},
"product_reference": "git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64",
"relates_to_product_reference": "AppStream-8.10.0.Z.MAIN.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Bartek Nowotarski"
],
"organization": "nowotarski.info"
}
],
"cve": "CVE-2023-45288",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2024-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268273"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was discovered with the implementation of the HTTP/2 protocol in the Go programming language. There were insufficient limitations on the amount of CONTINUATION frames sent within a single stream. An attacker could potentially exploit this to cause a Denial of Service (DoS) attack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat rates the security impact of this vulnerability as Important due to the worst case scenario resulting in a denial of service. It is simple to exploit, could significantly impact availability, and there is not a suitable mitigation for all use cases. Once an attack has ended, the system should return to normal operations on its own.\n\nThis vulnerability only impacts servers which have HTTP/2 enabled. It stems from an imperfect definition of the protocol. As the Go programming language is widely utilized across nearly every major Red Hat offering, a full listing of impacted packages will not be provided. Therefore, the \u201cAffected Packages and Issued Red Hat Security Errata\u201d section contains a simplified list of what offerings need to remediate this vulnerability. Every impacted offering has at least one representative component listed, but potentially not all of them. Rest assured that Red Hat is committed to remediating this vulnerability across our entire portfolio.\n\nMany components are rated as Low impact due to configurations which reduce the attack surface or significantly increase the difficulty of exploitation. A summary of these scenarios are:\n* The container includes a package that provides a vulnerable webserver, but it is not used or running during operation\n* HTTP/2 is disabled by default and is not supported\n* Only a client implementation is provided, which is not vulnerable\n* A vulnerable module (either golang.org/net/http or golang.org/x/net/http2) is included, but disabled\n* Access to a vulnerable server is restricted within the container (loopback only connections)\n* Golang is available in the container but is not used\n\n\nWithin the Red Hat OpenShift Container Platform, the majority of vulnerable components are not externally accessible. This means an attacker must already have access to a container within your environment to exploit this vulnerability. However, the ose-hyperkube (openshift-enterprise-hyperkube) container is externally accessible, so there are less barriers to exploitation. Fixes for this specific container are already available.\n\nWithin Red Hat Ansible Automation Platform, the impacted component is Receptor. The impact has been reduced to Low as the vulnerable code is present, but not utilized. There are three potential exposures within this component:\n* Receptor utilizes QUIC a UDP based protocol which does not run over HTTP/2\n* Receptor utilizes the x/net/ipv4 and ipv6 packages, both of which are not affected",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45288"
},
{
"category": "external",
"summary": "RHBZ#2268273",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268273"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45288"
},
{
"category": "external",
"summary": "https://nowotarski.info/http2-continuation-flood/",
"url": "https://nowotarski.info/http2-continuation-flood/"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2687",
"url": "https://pkg.go.dev/vuln/GO-2024-2687"
},
{
"category": "external",
"summary": "https://www.kb.cert.org/vuls/id/421644",
"url": "https://www.kb.cert.org/vuls/id/421644"
}
],
"release_date": "2024-04-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T18:12:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3346"
},
{
"category": "workaround",
"details": "In some environments where http/2 support is not required, it may be possible to disable this feature to reduce risk.",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/http, x/net/http2: unlimited number of CONTINUATION frames causes DoS"
},
{
"cve": "CVE-2023-45289",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268018"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s net/http/cookiejar standard library package. When following an HTTP redirect to a domain that is not a subdomain match or an exact match of the initial domain, an http.Client does not forward sensitive headers such as \"Authorization\" or \"Cookie\". For example, a redirect from foo.com to www.foo.com will forward the Authorization header, but a redirect to bar.com will not. A maliciously crafted HTTP redirect could cause sensitive headers to be unexpectedly forwarded.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45289"
},
{
"category": "external",
"summary": "RHBZ#2268018",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268018"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45289"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T18:12:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3346"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http/cookiejar: incorrect forwarding of sensitive headers and cookies on HTTP redirect"
},
{
"cve": "CVE-2023-45290",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268017"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was discovered in Go\u0027s net/http standard library package. When parsing a multipart form (either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile), limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a maliciously crafted input containing very long lines to cause allocation of arbitrarily large amounts of memory, potentially leading to memory exhaustion. With fix, the ParseMultipartForm function now correctly limits the maximum size of form lines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-45290"
},
{
"category": "external",
"summary": "RHBZ#2268017",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268017"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-45290"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://go.dev/cl/569341",
"url": "https://go.dev/cl/569341"
},
{
"category": "external",
"summary": "https://go.dev/issue/65383",
"url": "https://go.dev/issue/65383"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2599",
"url": "https://pkg.go.dev/vuln/GO-2024-2599"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0004",
"url": "https://security.netapp.com/advisory/ntap-20240329-0004"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T18:12:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3346"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm"
},
{
"cve": "CVE-2024-24783",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2024-03-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2268019"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s crypto/x509 standard library package. Verifying a certificate chain that contains a certificate with an unknown public key algorithm will cause a Certificate.Verify to panic. This issue affects all crypto/tls clients and servers that set Config.ClientAuth to VerifyClientCertIfGiven or RequireAndVerifyClientCert.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-24783"
},
{
"category": "external",
"summary": "RHBZ#2268019",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2268019"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24783"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp",
"url": "https://github.com/advisories/GHSA-3q2c-pvp5-3cqp"
},
{
"category": "external",
"summary": "https://go.dev/cl/569339",
"url": "https://go.dev/cl/569339"
},
{
"category": "external",
"summary": "https://go.dev/issue/65390",
"url": "https://go.dev/issue/65390"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-2598",
"url": "https://pkg.go.dev/vuln/GO-2024-2598"
},
{
"category": "external",
"summary": "https://security.netapp.com/advisory/ntap-20240329-0005",
"url": "https://security.netapp.com/advisory/ntap-20240329-0005"
}
],
"release_date": "2024-03-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-23T18:12:50+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3346"
},
{
"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": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.src",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debuginfo-0:3.4.1-2.el8_10.x86_64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.aarch64",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.ppc64le",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.s390x",
"AppStream-8.10.0.Z.MAIN.EUS:git-lfs-debugsource-0:3.4.1-2.el8_10.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: crypto/x509: Verify panics on certificates with an unknown public key algorithm"
}
]
}
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.